mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
```js
|
|
// MyComponent.stories.js | MyComponent.stories.jsx | MyComponent.stories.ts | MyComponent.stories.tsx
|
|
|
|
// This will automatically be parsed to the contents of `data.json`
|
|
import data from './data.json';
|
|
``` |