lit-analyzer
Version:
CLI that type checks bindings in lit-html templates
5 lines • 396 B
TypeScript
import { LitAnalyzerContext } from "../../../lit-analyzer-context.js";
import { HtmlNode } from "../../../types/html-node/html-node-types.js";
import { LitDefinition } from "../../../types/lit-definition.js";
export declare function definitionForHtmlNode(htmlNode: HtmlNode, { htmlStore, ts }: LitAnalyzerContext): LitDefinition | undefined;
//# sourceMappingURL=definition-for-html-node.d.ts.map