UNPKG

mvdom

Version:

deprecated - Moved to dom-native package

6 lines (5 loc) 554 B
export declare function onEvent(type: string, selector?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function onDoc(type: string, selector?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function onWin(type: string, selector?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function bindOnEventsDecorators(this: any): void; export declare function unbindOnEventsDecorators(this: any): void;