@types/storybook__addon-links
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -12,4 +12,7 @@ // Type definitions for @storybook/addon-links 3.3 | ||
export function linkTo<T>(book: string | LinkToFunction, kind?: string | LinkToFunction): React.MouseEventHandler<T>; | ||
export function linkTo<T>( | ||
book: string | LinkToFunction, | ||
kind?: string | LinkToFunction | ||
): () => void; | ||
export function hrefTo(kind: string, story: string): Promise<string>; |
{ | ||
"name": "@types/storybook__addon-links", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "TypeScript definitions for @storybook/addon-links", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -28,4 +28,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "f91ff920e8552d2b050bcdf9ddd226056135ff5e1b5918cbfed6edeffdb03c79", | ||
"typesPublisherContentHash": "1adcca761e6e51884d1a83069ae5a155b9c4ab9584bd97963a04aa7b4a014d65", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/storybook__addon-links | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/storybook__addon-links | ||
Additional Details | ||
* Last updated: Mon, 26 Feb 2018 20:02:51 GMT | ||
* Last updated: Thu, 07 Jun 2018 19:55:42 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
13
0
3163