Type any
This commit is contained in:
parent
1b2059336b
commit
de59cf9b6c
|
@ -14,7 +14,7 @@ export interface UIStore {
|
||||||
focusedCellAPI: Writable<{
|
focusedCellAPI: Writable<{
|
||||||
isReadonly: () => boolean
|
isReadonly: () => boolean
|
||||||
} | null>
|
} | null>
|
||||||
selectedRows: Writable<any>
|
selectedRows: Writable<Record<string, boolean>>
|
||||||
hoveredRowId: Writable<string | null>
|
hoveredRowId: Writable<string | null>
|
||||||
rowHeight: Writable<number>
|
rowHeight: Writable<number>
|
||||||
previousFocusedRowId: Writable<string | null>
|
previousFocusedRowId: Writable<string | null>
|
||||||
|
|
Loading…
Reference in New Issue