UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

6 lines 542 B
import { LitAnalyzerContext } from "../../../lit-analyzer-context.js"; import { HtmlNodeAttr } from "../../../types/html-node/html-node-attr-types.js"; import { LitCompletion } from "../../../types/lit-completion.js"; import { DocumentPositionContext } from "../../../util/get-position-context-in-document.js"; export declare function completionsForHtmlAttrValues(htmlNodeAttr: HtmlNodeAttr, location: DocumentPositionContext, { htmlStore }: LitAnalyzerContext): LitCompletion[]; //# sourceMappingURL=completions-for-html-attr-values.d.ts.map