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