UNPKG

207 BTypeScriptView Raw
1import { LitCodeFixAction } from "./lit-code-fix-action.js";
2export interface LitCodeFix {
3 name: string;
4 message: string;
5 actions: LitCodeFixAction[];
6}
7//# sourceMappingURL=lit-code-fix.d.ts.map
\No newline at end of file