// Type definitions for @storybook/addon-links 3.0 // Project: https://github.com/storybooks/storybook // Definitions by: Joscha Feth // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 import * as React from 'react'; export function linkTo(book: string, kind?: string): React.MouseEventHandler;