UNPKG

ts-lit-plugin

Version:

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

4 lines 257 B
import { LitRenameLocation } from "lit-analyzer"; import { RenameLocation } from "typescript"; export declare function translateRenameLocations(renameLocations: LitRenameLocation[]): RenameLocation[]; //# sourceMappingURL=translate-rename-locations.d.ts.map