UNPKG

200 BTypeScriptView Raw
1declare function propertyEventDecorator(eventKey: string, errorMessage: string): () => (target: {
2 constructor: NewableFunction;
3}, propertyKey: string) => void;
4export { propertyEventDecorator };