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