UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

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