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