storybook/docs/snippets/react/csf-2-example-story.js.mdx
2023-01-06 19:15:31 +00:00

7 lines
117 B
Plaintext

```js
// CSF 2
// Other imports and story implementation
export const Default = (args) => <Button {...args} />;
```