storybook/docs/snippets/common/button-story-action-event-handle.js.mdx
2020-08-08 19:59:15 +01:00

11 lines
128 B
Plaintext

```js
export default {
title: 'Button',
parameters: {
actions: {
handles: ['mouseover', 'click .btn']
}
};
```