We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c648 commit da04673Copy full SHA for da04673
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@crystallize/reactjs-components",
3
"license": "MIT",
4
- "version": "0.3.1",
+ "version": "0.3.2",
5
"author": "Crystallize <hello@crystallize.com> (https://crystallize.com)",
6
"contributors": [
7
"Håkon Krogh <hakon@crystallize.com>",
src/grid/types.ts
@@ -20,7 +20,7 @@ export type GridCell = {
20
rowspan: number;
21
colspan: number;
22
};
23
-};
+} & any;
24
25
export type GridPosition = {
26
rowIndex: number;
0 commit comments