@types/react-icon-base
Advanced tools
Comparing version 2.0.1 to 2.0.2
// Type definitions for react-icon-base 2.0 | ||
// Project: https://github.com/gorangajic/react-icon-base#readme | ||
// Definitions by: Alexandre Paré <https://github.com/apare> | ||
// Definitions by: Alexandre Paré <https://github.com/apare>, Karol Janyst <https://github.com/LKay> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
export interface IconBaseProps { | ||
color?: string; | ||
size?: string | number; | ||
style?: React.CSSProperties; | ||
export = IconBaseClass; | ||
declare namespace IconBaseClass { | ||
interface IconBaseProps { | ||
color?: string; | ||
size?: string | number; | ||
style?: React.CSSProperties; | ||
viewBox?: string; | ||
} | ||
} | ||
export default class IconBase extends React.Component<IconBaseProps, any> {} | ||
declare class IconBaseClass extends React.Component<IconBaseClass.IconBaseProps, any> {} |
{ | ||
"name": "@types/react-icon-base", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for react-icon-base", | ||
@@ -10,2 +10,6 @@ "license": "MIT", | ||
"url": "https://github.com/apare" | ||
}, | ||
{ | ||
"name": "Karol Janyst", | ||
"url": "https://github.com/LKay" | ||
} | ||
@@ -23,4 +27,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2ef9ed4eaddf300b47db7d155a9918d4eae0731b062543b2eeab8c9ae653cb11", | ||
"typesPublisherContentHash": "66ebf377f368a3c3960efebca3b6c1173813fd0e3ccbf227fa2e44f5ba47589a", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 30 Mar 2017 21:15:20 GMT | ||
* Last updated: Mon, 12 Jun 2017 22:16:49 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Alexandre Paré <https://github.com/apare>. | ||
These definitions were written by Alexandre Paré <https://github.com/apare>, Karol Janyst <https://github.com/LKay>. |
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
3143
4
16