@types/react-bootstrap
Advanced tools
Comparing version 0.32.0 to 0.32.1
import * as React from 'react'; | ||
import { Sizes } from 'react-bootstrap'; | ||
import { Sizes, Omit } from 'react-bootstrap'; | ||
import { DropdownBaseProps } from './Dropdown'; | ||
@@ -16,3 +16,3 @@ | ||
export type DropdownButtonProps = DropdownButtonBaseProps & React.HTMLProps<DropdownButton>; | ||
export type DropdownButtonProps = DropdownButtonBaseProps & Omit<React.HTMLProps<DropdownButton>, 'title'>; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.32.0", | ||
"version": "0.32.1", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -72,4 +72,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "1224af7d7a3d11c8c750614e44774c43a1d64524cbf7706241a3cbaa5ca558b0", | ||
"typesPublisherContentHash": "4998830f2d504fa101429096137e2048e12a51e0c6f8d51307324854e2d9abc2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT | ||
* Last updated: Thu, 25 Jan 2018 17:59:36 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
66855