mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 03:21:49 +08:00
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
```js
|
|
// CSF 2
|
|
|
|
// Other imports and story implementation
|
|
export const Default = (args) => <Button {...args} />;
|
|
```
|