UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 264 B
/** Looking for (class | style) followed by a period */ export declare function isSpecialAttr(attrName: string): false | "class" | "style" | "autofocus" | "autoselect"; export declare function isSpecialAction(attrName: string): false | "autofocus" | "autoselect";