UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

5 lines 409 B
import { LitAnalyzerContext } from "../../../lit-analyzer-context.js"; import { HtmlNodeAttr } from "../../../types/html-node/html-node-attr-types.js"; import { LitDefinition } from "../../../types/lit-definition.js"; export declare function definitionForHtmlAttr(htmlAttr: HtmlNodeAttr, { htmlStore, ts }: LitAnalyzerContext): LitDefinition | undefined; //# sourceMappingURL=definition-for-html-attr.d.ts.map