mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 03:11:49 +08:00
11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
```js
|
|
|
|
export default {
|
|
title: 'Button',
|
|
parameters: {
|
|
actions: {
|
|
handles: ['mouseover', 'click .btn']
|
|
}
|
|
};
|
|
|
|
``` |