mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:01:23 +08:00
remove typings for @storybook/addon-links, references https://github.com/DefinitelyTyped/DefinitelyTyped/issues/17406
This commit is contained in:
parent
bf6faea25e
commit
e9a2ec81ea
@ -11,7 +11,6 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "./storybook-addon-links.d.ts",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/storybooks/storybook.git"
|
"url": "https://github.com/storybooks/storybook.git"
|
||||||
|
3
addons/links/storybook-addon-links.d.ts
vendored
3
addons/links/storybook-addon-links.d.ts
vendored
@ -1,3 +0,0 @@
|
|||||||
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