type RenderableComponent = | Type<any> | <T>(props) => FlexRenderContent<T>;
Defined in: packages/angular-table/src/helpers/createTableHook.ts:34