| import { SimpleType } from "ts-simple-type"; | |
| export declare function hasTypeForAttrName(attrName: string): boolean; | |
| export declare function html5TagAttrType(attrName: string): SimpleType; | |
| /** | |
| * Data from vscode-html-languageservice | |
| */ | |
| export declare const EXTRA_HTML5_EVENTS: { | |
| name: string; | |
| description: string; | |
| }[]; | |
| //# sourceMappingURL=extra-html-data.d.ts.map |