UNPKG

414 BTypeScriptView Raw
1export declare function isValidComponent(tagName: string): boolean;
2export declare function isValidMetaData(customElements: any): boolean;
3/**
4 * @param customElements any for now as spec is not super stable yet
5 */
6export declare function setCustomElements(customElements: any): void;
7export declare function setCustomElementsManifest(customElements: any): void;
8export declare function getCustomElements(): any;