Skip to content

Commit

Permalink
Hide children object in Story
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Dec 21, 2023
1 parent 27facd5 commit 08b7fed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions storybook/storybook-react/src/Overlap/Overlap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ import { Meta, StoryObj } from '@storybook/react'
const meta = {
title: 'Layout/Overlap',
component: Overlap,
argTypes: {
children: {
table: {
disable: true,
},
},
},
} satisfies Meta<typeof Overlap>

export default meta
Expand Down

0 comments on commit 08b7fed

Please sign in to comment.