UNPKG

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