@types/react-burger-menu
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,7 +5,6 @@ // Type definitions for react-burger-menu 2.1 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
import * as React from "react"; | ||
// TODO (Rajab) actually I don't want export Props, but | ||
// `npm run lint react-burger-menu` error doesn't allow me to do it; | ||
export interface Props { | ||
@@ -46,5 +45,3 @@ burgerBarClassName?: string; | ||
// TODO (Rajab) actually I don't want export ReactBurgerMenu, but | ||
// `npm run lint react-burger-menu` error doesn't allow me to do it; | ||
export class ReactBurgerMenu extends React.Component<Props, {}> { } | ||
export class ReactBurgerMenu extends React.Component<Props> { } | ||
@@ -51,0 +48,0 @@ export class slide extends ReactBurgerMenu { } |
{ | ||
"name": "@types/react-burger-menu", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for react-burger-menu", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "de593226cdeae34cae252be5b692d5d45e2f3a02a2e2a11def6ebd094ae1beee", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "8c1b32440ac15618f02d71088c96116100c5f2bec6c8480eadf84abb86b8c5ad", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 26 Jun 2017 14:01:14 GMT | ||
* Last updated: Thu, 06 Jul 2017 20:15:03 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
4418
50