storybook/docs/snippets/common/foo-bar-baz-story.js.mdx
2020-10-07 12:23:34 +08:00

9 lines
110 B
Plaintext

```js
// FooBar.stories.js
export default {
title: 'Foo/Bar',
};
export const Baz = BarStory.bind({});
```