@types/react-blockies
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -10,8 +10,8 @@ // Type definitions for react-blockies 1.4 | ||
seed: string; | ||
size?: number; | ||
scale?: number; | ||
color?: string; | ||
bgColor?: string; | ||
spotColor?: string; | ||
className?: string; | ||
size?: number | undefined; | ||
scale?: number | undefined; | ||
color?: string | undefined; | ||
bgColor?: string | undefined; | ||
spotColor?: string | undefined; | ||
className?: string | undefined; | ||
} | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "@types/react-blockies", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "TypeScript definitions for react-blockies", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-blockies", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "c0511778cf5f63ab703d9576dec56d92582ad3edd0bf6fe8b7e7588edd5a4439", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "925455b4d149e680e6783723b4141e6113bee3a4a47c3221e8a2a2057124b15e", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -9,5 +9,28 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-blockies. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-blockies/index.d.ts) | ||
````ts | ||
// Type definitions for react-blockies 1.4 | ||
// Project: https://github.com/stephensprinkle/react-blockies#readme | ||
// Definitions by: Martin Triay <https://github.com/martriay> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import * as React from 'react'; | ||
export interface IdenticonProps { | ||
seed: string; | ||
size?: number | undefined; | ||
scale?: number | undefined; | ||
color?: string | undefined; | ||
bgColor?: string | undefined; | ||
spotColor?: string | undefined; | ||
className?: string | undefined; | ||
} | ||
export const Identicon: React.FC<IdenticonProps>; | ||
export default Identicon; | ||
```` | ||
### Additional Details | ||
* Last updated: Mon, 06 Jul 2020 09:04:25 GMT | ||
* Last updated: Thu, 08 Jul 2021 20:20:27 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +37,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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3913
0
40