lit-analyzer
Version:
CLI that type checks bindings in lit-html templates
5 lines • 395 B
TypeScript
import { HtmlAttrTarget } from "../parse/parse-html-data/html-tag.js";
import { AnalyzerHtmlStore } from "../store/analyzer-html-store.js";
import { HtmlNodeAttr } from "../types/html-node/html-node-attr-types.js";
export declare function suggestTargetForHtmlAttr(htmlNodeAttr: HtmlNodeAttr, htmlStore: AnalyzerHtmlStore): HtmlAttrTarget | undefined;
//# sourceMappingURL=attribute-util.d.ts.map