Chore: Add react-table typings to Table (#21418)
* add typings * introduce tyings and refactor accordingly * extract setting celltype * update tests to reflect changes * removing unused things * renaming getCellType -> getCellDisplayType * fix width type error * remove caret * move cell back to utils, fix story * remove unused import * rename type
Showing
... | ... | @@ -30,6 +30,7 @@ |
"@torkelo/react-select": "2.1.1", | ||
"@types/react-color": "2.17.0", | ||
"@types/react-select": "2.0.15", | ||
"@types/react-table": "7.0.2", | ||
"@types/slate": "0.47.1", | ||
"@types/slate-react": "0.22.5", | ||
"bizcharts": "^3.5.5", | ||
... | ... |
Please
register
or
sign in
to comment