@flexilla/manager
Version:
Utility that help manage Flexilla Components Instances
9 lines (7 loc) • 338 B
TypeScript
export declare class FlexillaManager {
private static initGlobalRegistry;
static register(componentName: string, element: HTMLElement, instance: any): any;
static getInstance(componentName: string, element: HTMLElement): any;
static removeInstance(componentName: string, element: HTMLElement): void;
}
export { }