type ComponentType<T> = Component<T>;
Defined in: createTableHook.tsx:30
T extends Record<string, any>