mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +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>;
|