mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 06:51:19 +08:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
```ts
|
|
// CSF 2
|
|
|
|
// Other imports and story implementation
|
|
export const Default: ComponentStory<typeof Button> = (args) => <Button {...args} />;
|
|
```
|