UNPKG

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