UNPKG

182 BTypeScriptView Raw
1import { SourceFileRange } from "./range.js";
2export interface LitCodeFixAction {
3 range: SourceFileRange;
4 newText: string;
5}
6//# sourceMappingURL=lit-code-fix-action.d.ts.map
\No newline at end of file