mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
docs(addon-links): correct the import statement of LinkTo
This commit is contained in:
parent
6ef1aef94b
commit
852efd782d
@ -55,7 +55,8 @@ With that, you can link an event in a component to any story in the Storybook.
|
||||
You can also pass a function instead for any of above parameter. That function accepts arguments emitted by the event and it should return a string:
|
||||
|
||||
```js
|
||||
import { LinkTo, linkTo } from '@storybook/addon-links';
|
||||
import { linkTo } from '@storybook/addon-links';
|
||||
import LinkTo from '@storybook/addon-links/react';
|
||||
|
||||
export default {
|
||||
title: 'Select',
|
||||
|
Loading…
x
Reference in New Issue
Block a user