mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:31:15 +08:00
4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import * as React from 'react';
|
|
|
|
export function linkTo<E>(book: string, kind?: string): React.MouseEventHandler<E>;
|