Skip to content

Commit

Permalink
Remove unimportant prop controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jan 5, 2023
1 parent e2919e9 commit 05dba41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/components/src/resizable-box/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const meta: ComponentMeta< typeof ResizableBox > = {
title: 'Components/ResizableBox',
component: ResizableBox,
argTypes: {
minHeight: { control: 'number' },
minWidth: { control: 'number' },
onResizeStop: { action: 'onResizeStop' },
},
parameters: {
Expand Down

0 comments on commit 05dba41

Please sign in to comment.