UNPKG

ts-lit-plugin

Version:

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

4 lines 202 B
import { DocumentRange } from "lit-analyzer"; import { TextSpan } from "typescript"; export declare function translateRange(range: DocumentRange): TextSpan; //# sourceMappingURL=translate-range.d.ts.map