UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

8 lines 364 B
/** * Mixin class decorator, injects IEnable default implementation, incl. a * `_enabled` property. If the target also implements the {@link INotify} * interface, {@link IEnable.enable} and {@link IEnable.disable} will * automatically emit the respective events. */ export declare const IEnableMixin: (clazz: any) => any; //# sourceMappingURL=ienable.d.ts.map