Skip to content

Commit bec1de2

Browse files
committed
fix: Solve issue with GridCell.item
1 parent d753355 commit bec1de2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grid/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export type GridCell = {
1919
rowIndex: number;
2020
colIndex: number;
2121
};
22+
[key: string]: any;
2223
};
2324

2425
export type GridRow = {

0 commit comments

Comments
 (0)