@thi.ng/api
Version:
Common, generic types, interfaces & mixins
9 lines • 379 B
TypeScript
/**
* Mixin class decorator, injects IEnable default implementation, incl.
* a `_enabled` property. If the target also implements the
* {@link @thi.ng/api#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