@types/react-bootstrap
Advanced tools
Comparing version 0.32.8 to 0.32.9
@@ -20,4 +20,3 @@ // Type definitions for react-bootstrap 0.32 | ||
export type Diff<T extends string, U extends string> = ({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T]; | ||
export type Omit<T, K extends keyof T> = Pick<T, Diff<keyof T, K>>; | ||
export type Omit<T, K extends keyof T> = Pick<T, ({ [P in keyof T]: P } & { [P in K]: never } & { [x: string]: never, [x: number]: never })[keyof T]>; | ||
@@ -24,0 +23,0 @@ export type Sizes = 'xs' | 'xsmall' | 'sm' | 'small' | 'medium' | 'lg' | 'large'; |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.32.8", | ||
"version": "0.32.9", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -77,4 +77,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "4cf9042462b95bf9d3c0c94339607616e7e40f6bfb94d22c221df1ea059993a1", | ||
"typesPublisherContentHash": "eedcf8024341f3286e4dbc2c25ea867927a8bbd74ddafa9ea2f5c4d1cd260c47", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 10 Apr 2018 17:48:29 GMT | ||
* Last updated: Wed, 25 Apr 2018 03:57:51 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
69417
1803