mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 05:05:52 +08:00
feat: bump more deps (#14079)
This commit is contained in:
+5
-2
@@ -490,8 +490,11 @@ export interface GridGroupData {
|
||||
rows: string[];
|
||||
}
|
||||
|
||||
export interface GridVirtualScrollOptions<GroupData, RowData, CellData>
|
||||
extends VirtualScrollOptions {
|
||||
export interface GridVirtualScrollOptions<
|
||||
GroupData,
|
||||
RowData,
|
||||
CellData,
|
||||
> extends VirtualScrollOptions {
|
||||
initGroupData: (group: GridGroup<GroupData, RowData, CellData>) => GroupData;
|
||||
initRowData: (row: GridRow<GroupData, RowData, CellData>) => RowData;
|
||||
initCellData: (cell: GridCell<GroupData, RowData, CellData>) => CellData;
|
||||
|
||||
Reference in New Issue
Block a user