UNPKG

@web-atoms/core

Version:
6 lines 244 B
type IAtomControl = new (...args: any[]) => {}; export default function ExtendControl<T extends IAtomControl>(ctrl: T): (abstract new (...args: any[]) => { init(): Promise<any>; }) & T; export {}; //# sourceMappingURL=ExtendControl.d.ts.map