UNPKG

ts-lit-plugin

Version:

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

4 lines 215 B
import { LitQuickInfo } from "lit-analyzer"; import { QuickInfo } from "typescript"; export declare function translateQuickInfo(quickInfo: LitQuickInfo): QuickInfo; //# sourceMappingURL=translate-quick-info.d.ts.map