DefinitelyTyped/types/react-table/test
Grzegorz Rozdzialik 8ef8a681c1 [react-table] allow using refs after applying HOCs
The return type of HOCs did not match the reality.
The return type was `ComponentType` which allowed StatelessComponent
(which does not allow refs by default) to be returned,
whereas in reality it was always the class component
(`ComponentClass`) that was returned from a HOC.
2018-12-11 18:30:02 +01:00
..
select-table-tests.tsx [react-table] allow using refs after applying HOCs 2018-12-11 18:30:02 +01:00
tree-table-tests.tsx [react-table] allow using refs after applying HOCs 2018-12-11 18:30:02 +01:00