mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Add Typescript definitions
This commit is contained in:
parent
034476a8bc
commit
d37adc791c
3
addons/links/storybook-addon-links.d.ts
vendored
Normal file
3
addons/links/storybook-addon-links.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
|
||||
export function linkTo<E>(book: string, kind?: string): React.MouseEventHandler<E>;
|
Loading…
x
Reference in New Issue
Block a user