type ComponentType<T> = Component<T>;
Defined in: packages/vue-table/src/createTableHook.ts:31
T extends Record<string, any>