storybook/docs/snippets/react/button-story-default-export-with-component.js.mdx
2023-05-25 21:44:48 +01:00

10 lines
113 B
Plaintext

```js
// Button.stories.js|jsx
import { Button } from './Button';
export default {
component: Button,
};
```