remove typings for @storybook/addon-links, references https://github.com/DefinitelyTyped/DefinitelyTyped/issues/17406

This commit is contained in:
Joscha Feth 2017-06-23 00:55:51 +02:00
parent bf6faea25e
commit e9a2ec81ea
2 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@
},
"license": "MIT",
"main": "dist/index.js",
"typings": "./storybook-addon-links.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"

View File

@ -1,3 +0,0 @@
import * as React from 'react';
export function linkTo<E>(book: string, kind?: string): React.MouseEventHandler<E>;