blob: 3d801d4814d4addf86a3a0e92dc719024200e4f2 [file] [edit]
/**
* Returns true if the given input is a valid attribute name
* @param {string} input
* @return {boolean}
*/
export declare function isValidAttributeName(input: string): boolean;
/**
* Returns true if the given input is a valid custom element name.
* @param {string} input
* @return {boolean}
*/
export declare function isValidCustomElementName(input: string): boolean;
export declare function isCustomElementTagName(tagName: string): boolean;
//# sourceMappingURL=is-valid-name.d.ts.map