lit-analyzer
Version:
CLI that type checks bindings in lit-html templates
11 lines • 373 B
TypeScript
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