UNPKG

@storybook/design-system

Version:
7 lines 209 B
import { ComponentProps, FC } from 'react'; export declare const StoryLinkWrapper: FC<Props & ComponentProps<'a'>>; interface Props { to: string; } export {}; //# sourceMappingURL=StoryLinkWrapper.d.ts.map