Fix formatting in Actions.ts

This commit is contained in:
Peter Fajdiga
2026-02-14 13:22:37 +01:00
parent 99c6a39ac5
commit 9ba3bc6b0b

View File

@@ -464,7 +464,7 @@ namespace Actions {
presetWidths: {
next: (currentWidth: number, minWidth: number, maxWidth: number) => number;
prev: (currentWidth: number, minWidth: number, maxWidth: number) => number
};
};
columnResizer: ColumnResizer;
}