mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
```js
|
|
// FooBar.stories.js | FooBar.stories.jsx | FooBar.stories.ts | FooBar.stories.tsx
|
|
|
|
export default {
|
|
title: 'Foo/Bar',
|
|
};
|
|
|
|
export const Baz = {};
|
|
```
|