mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
```js
|
|
// Button.stories.js | Button.stories.ts
|
|
|
|
export const Large = Template.bind({});
|
|
|
|
Large.parameters = {
|
|
controls: { hideNoControlsWarning: true },
|
|
};
|
|
``` |