UNPKG

mvdom

Version:

deprecated - Moved to dom-native package

4 lines (3 loc) 281 B
export declare function onHub(hubName: string, topic: string, label?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function bindOnHubDecorators(this: any): void; export declare function unbindOnHubDecorators(this: any): void;