This commit is contained in:
Adria Navarro 2024-12-27 08:48:13 +01:00
parent 1b2059336b
commit de59cf9b6c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export interface UIStore {
focusedCellAPI: Writable<{
isReadonly: () => boolean
} | null>
selectedRows: Writable<any>
selectedRows: Writable<Record<string, boolean>>
hoveredRowId: Writable<string | null>
rowHeight: Writable<number>
previousFocusedRowId: Writable<string | null>