UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

6 lines 182 B
import { SourceFileRange } from "./range.js"; export interface LitCodeFixAction { range: SourceFileRange; newText: string; } //# sourceMappingURL=lit-code-fix-action.d.ts.map