mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 03:41:06 +08:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
```js
|
|
// FooBar.stories.js | FooBar.stories.jsx | FooBar.stories.ts | FooBar.stories.tsx
|
|
|
|
export default {
|
|
title: 'Foo/Bar',
|
|
};
|
|
|
|
export const Baz = BarStory.bind({});
|
|
``` |