mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:11:49 +08:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
```ts
|
|
// CSF 3
|
|
const meta: Meta<Button> = {
|
|
title: 'components/Button',
|
|
component: Button,
|
|
};
|
|
export default meta;
|
|
```
|