This commit is contained in:
syuilo 2021-01-13 21:43:06 +09:00
parent 114a9fbdb2
commit 52c12f96d5
2 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,7 @@ type Column = {
name: string | null;
width: number;
widgets?: ColumnWidget[];
active?: boolean;
};
function copy<T>(x: T): T {