type CustomSortFns<TFeatures, TData> = Record<string, SortFn<TFeatures, TData>>;
Defined in: features/row-sorting/rowSortingFeature.types.ts:92
TFeatures extends TableFeatures
TData extends RowData