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