@storybook/addon-links
Version:
Link stories together to build demos and prototypes with your UI components
10 lines (7 loc) • 338 B
JavaScript
export { hrefTo, linkTo, navigate, withLinks } from './chunk-6GSMXRCY.mjs';
import { dedent } from 'ts-dedent';
var hasWarned=!1;function LinkTo(){return hasWarned||(console.error(dedent`
LinkTo has moved to addon-links/react:
import LinkTo from '@storybook/addon-links/react';
`),hasWarned=!0),null}
export { LinkTo };