All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.CustomElementsRegistry.d.ts Maven / Gradle / Ivy

declare const registerTag: (tag: string) => void;
declare const isTagRegistered: (tag: string) => boolean;
declare const getAllRegisteredTags: () => string[];
declare const recordTagRegistrationFailure: (tag: string) => void;
export { registerTag, isTagRegistered, getAllRegisteredTags, recordTagRegistrationFailure, };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy