Skip to content

Commit

Permalink
fix: onMoveArea type
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Sep 26, 2021
1 parent 936fcf6 commit d3cd294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid/GridItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type ItemProps<T = unknown> = {
onMoveArea: (
currentItem: string,
dropLocation: T,
originalLocation?: T
originalLocation: T
) => void;
onExtend?: (id: string, extended: boolean) => void;
// Props passed from parent.
Expand Down

0 comments on commit d3cd294

Please sign in to comment.