Skip to content

Commit da04673

Browse files
committed
✏️ Fix Typo
1 parent fc7c648 commit da04673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crystallize/reactjs-components",
33
"license": "MIT",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"author": "Crystallize <[email protected]> (https://crystallize.com)",
66
"contributors": [
77
"Håkon Krogh <[email protected]>",

src/grid/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type GridCell = {
2020
rowspan: number;
2121
colspan: number;
2222
};
23-
};
23+
} & any;
2424

2525
export type GridPosition = {
2626
rowIndex: number;

0 commit comments

Comments
 (0)