Type anys

This commit is contained in:
Adria Navarro 2024-12-27 08:44:09 +01:00
parent 1f957421d6
commit 1b2059336b
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ import { Store as StoreContext } from "."
export interface UIStore {
focusedCellId: Writable<string | null>
focusedCellAPI: Writable<any>
focusedCellAPI: Writable<{
isReadonly: () => boolean
} | null>
selectedRows: Writable<any>
hoveredRowId: Writable<string | null>
rowHeight: Writable<number>