Skip to content

Commit

Permalink
✏️ Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Jun 10, 2022
1 parent fc7c648 commit da04673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crystallize/reactjs-components",
"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"author": "Crystallize <hello@crystallize.com> (https://crystallize.com)",
"contributors": [
"Håkon Krogh <hakon@crystallize.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/grid/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type GridCell = {
rowspan: number;
colspan: number;
};
};
} & any;

export type GridPosition = {
rowIndex: number;
Expand Down

0 comments on commit da04673

Please # to comment.