mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 04:11:11 +08:00
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
```md
|
|
<!-- Button.stories.mdx -->
|
|
|
|
<Meta title='Button' parameters={{
|
|
actions: {
|
|
handles: ['mouseover', 'click .btn'],
|
|
},
|
|
}} />
|
|
``` |