mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 05:31:05 +08:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
```ts
|
|
// Button.stories.ts
|
|
|
|
import Button from './button.component';
|
|
|
|
export default {
|
|
title: 'Components/Button',
|
|
component: Button,
|
|
}
|
|
``` |