storybook/docs/snippets/common/addon-highlight-reset.js.mdx
2022-03-28 14:43:02 -04:00

6 lines
60 B
Plaintext

```js
// MyComponent.stories.js
emit(RESET_HIGHLIGHT);
```