UNPKG

ts-lit-plugin

Version:

Typescript plugin that adds type checking and code completion to lit-html

4 lines 246 B
import { LitCompletion } from "lit-analyzer"; import { CompletionInfo } from "typescript"; export declare function translateCompletions(completions: LitCompletion[]): CompletionInfo | undefined; //# sourceMappingURL=translate-completions.d.ts.map