@types/react-data-grid
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -65,3 +65,3 @@ // Type definitions for react-data-grid 1.0.4 | ||
*/ | ||
toolbar?: React.ReactElement<any> | ||
toolbar?: React.ReactElement | ||
/** | ||
@@ -71,3 +71,3 @@ * A context menu to disiplay when the user right-clicks a cell. | ||
*/ | ||
contextMenu?: React.ReactElement<any> | ||
contextMenu?: React.ReactElement | ||
/** | ||
@@ -77,3 +77,3 @@ * A react component to customize how rows are rendered. | ||
*/ | ||
rowRenderer?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any> | ||
rowRenderer?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any> | ||
/** | ||
@@ -246,11 +246,11 @@ * A component to display when there are no rows to render. | ||
*/ | ||
editor?: React.ReactElement<any> | ||
editor?: React.ReactElement | ||
/** | ||
* A custom read-only formatter for this column. An image formatter is available in "react-data-grid/addons". | ||
*/ | ||
formatter?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any> | ||
formatter?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any> | ||
/** | ||
* A custom formatter for this column's header. | ||
*/ | ||
headerRenderer?: React.ReactElement<any> | React.ComponentClass<any> | React.StatelessComponent<any> | ||
headerRenderer?: React.ReactElement | React.ComponentClass<any> | React.StatelessComponent<any> | ||
/** | ||
@@ -257,0 +257,0 @@ * Events to be bound to the cells in this specific column. |
{ | ||
"name": "@types/react-data-grid", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "TypeScript definitions for react-data-grid", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -23,4 +24,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "172fb979d74e466b411a588c45e70f1da20f5646cfc73d95203a406f90aa34bc", | ||
"typesPublisherContentHash": "25b0aefef72bb929b2298d6139507dcd89034895d53dd36102d142477cd3dae0", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-data-grid (https://github.com/adazzle/react-data-grid.git). | ||
This package contains type definitions for react-data-grid ( https://github.com/adazzle/react-data-grid.git ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 04 Sep 2018 18:12:11 GMT | ||
* Dependencies: react | ||
* Last updated: Wed, 13 Feb 2019 21:04:54 GMT | ||
* Dependencies: @types/react | ||
* Global values: AdazzleReactDataGrid, AdazzleReactDataGridPlugins | ||
@@ -16,0 +16,0 @@ |
18745