UNPKG

237 BTypeScriptView Raw
1export declare function isBooleanAttribute(attrName: string, tagName: string): boolean;
2export declare function isGlobalHtmlAttribute(attrName: string): boolean;
3export declare function htmlPropertyToAttribute(propName: string): string;