Skip to content

Commit

Permalink
Storybook: Disable the control for children prop
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Dec 20, 2024
1 parent 7b73862 commit 804bb18
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const meta = {
className: {
control: 'text',
description:
'Additional class names added to the underlying `ToolsPanel` instance.',
'Additional class names added to the underlying ToolsPanel instance.',
table: {
type: { summary: 'string' },
},
Expand All @@ -56,23 +56,23 @@ const meta = {
},
},
children: {
control: 'text',
control: { type: null },
description:
'Displayed below the underlying `PanelColorGradientSettings` instance.',
'Displayed below the underlying PanelColorGradientSettings instance.',
table: {
type: { summary: 'ReactNode' },
},
},
title: {
control: 'text',
description: 'The title of the underlying `ToolsPanel`.',
description: 'The title of the underlying ToolsPanel.',
table: {
type: { summary: 'string' },
},
},
showTitle: {
control: 'boolean',
description: 'Whether to show the title of the `ToolsPanel`.',
description: 'Whether to show the title of the ToolsPanel.',
table: {
type: { summary: 'boolean' },
},
Expand Down

0 comments on commit 804bb18

Please sign in to comment.