Skip to content

Commit

Permalink
Hide control for children prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jan 6, 2023
1 parent f2f6f16 commit 4cc4395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/resizable-box/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const meta: ComponentMeta< typeof ResizableBox > = {
title: 'Components/ResizableBox',
component: ResizableBox,
argTypes: {
children: { control: { type: null } },
enable: { control: 'object' },
onResizeStop: { action: 'onResizeStop' },
},
Expand Down

0 comments on commit 4cc4395

Please sign in to comment.