UNPKG

@lithiumjs/angular

Version:

Reactive components made easy. Lithium provides utilities that enable seamless reactive state and event interactions for Angular components.

10 lines (9 loc) 309 B
/** @deprecated */ export declare function TemplateDynamic(): new (...args: any[]) => { [K in keyof any]: any[K]; }; declare const LiComponent_base: new (...args: any[]) => { [K in keyof any]: any[K]; }; /** @deprecated */ export declare abstract class LiComponent extends LiComponent_base { } export {};