mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-10 00:12:22 +08:00
10 lines
138 B
Plaintext
10 lines
138 B
Plaintext
```js
|
|
// CSF 2
|
|
|
|
// Other imports and story implementation
|
|
export const Default = (args) => ({
|
|
Component: Button,
|
|
props: args,
|
|
});
|
|
```
|