@types/react-data-grid
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -444,2 +444,3 @@ // Type definitions for react-data-grid 1.0.4 | ||
export class ImageFormatter extends React.Component<any, {}> { } | ||
export class DropDownFormatter extends React.Component<any, {}> { } | ||
} | ||
@@ -446,0 +447,0 @@ export class Toolbar extends React.Component<any, any> {} |
{ | ||
"name": "@types/react-data-grid", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript definitions for react-data-grid", | ||
@@ -17,4 +17,3 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "ed1426c2b10a425f7cad0005e145b7302c69fbc8792cbee2673f2f2b31d7f01a" | ||
"typesPublisherContentHash": "2b02ee650112836fadd1f02b02f75b0fb4dd3244b6cb0e38bde3b4db98dc8564" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 28 Nov 2016 16:28:39 GMT | ||
* Last updated: Wed, 30 Nov 2016 23:08:31 GMT | ||
* File structure: MultipleModules | ||
@@ -14,0 +14,0 @@ * Library Dependencies: react |
{ | ||
"authors": "Simon Gellis <https://github.com/SupernaviX>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -28,3 +27,3 @@ "react" | ||
"hasPackageJson": false, | ||
"contentHash": "ed1426c2b10a425f7cad0005e145b7302c69fbc8792cbee2673f2f2b31d7f01a" | ||
"contentHash": "2b02ee650112836fadd1f02b02f75b0fb4dd3244b6cb0e38bde3b4db98dc8564" | ||
} |
18893