storybook/docs/snippets/common/foo-bar-baz-story.js.mdx
2021-01-28 00:11:22 +00:00

9 lines
130 B
Plaintext

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