UNPKG

364 BTypeScriptView Raw
1/**
2 * Mixin class decorator, injects IEnable default implementation, incl. a
3 * `_enabled` property. If the target also implements the {@link INotify}
4 * interface, {@link IEnable.enable} and {@link IEnable.disable} will
5 * automatically emit the respective events.
6 */
7export declare const IEnableMixin: (clazz: any) => any;
8//# sourceMappingURL=ienable.d.ts.map
\No newline at end of file