storybook/docs/snippets/common/button-story-hoisted.js.mdx
2020-11-19 21:13:25 +08:00

11 lines
198 B
Plaintext

```js
// Button.stories.js
export default {
title: 'Design System/Atoms/Button',
};
// This is the only named export in the file, and it matches the component name
export const Button = ...
```