UNPKG

@github/catalyst

Version:

Helpers for creating HTML Elements as Controllers

6 lines 331 B
declare type ElementLike = Element | Document | ShadowRoot; export declare function lazyDefine(object: Record<string, () => void>): void; export declare function lazyDefine(tagName: string, callback: () => void): void; export declare function observe(target: ElementLike): void; export {}; //# sourceMappingURL=lazy-define.d.ts.map