type Renderable<TProps> = ReactNode | ComponentType<TProps>;
Defined in: react-table/src/FlexRender.tsx:11
TProps