Skip to content

Commit

Permalink
Add disabled property to control
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Apr 11, 2024
1 parent c8a52dd commit beb2113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ interface ControlBase {
/**
* @see https://storybook.js.org/docs/api/arg-types#controltype
*/
type: ControlType;
disable: boolean;
type?: ControlType;
disable?: boolean;
}

type Control =
Expand Down

0 comments on commit beb2113

Please sign in to comment.