type CreateTableHookOptions<TFeatures> = Omit<TableOptions<TFeatures, any>, "columns" | "data" | "state">;
Defined in: createTableHook.ts:11
TFeatures extends TableFeatures