mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
```js
|
|
// CSF 3 - explicit render function
|
|
|
|
// Other imports and story implementation
|
|
export const Default = {
|
|
render: (args) => <Button {...args} />,
|
|
};
|
|
```
|