function getFacetedMinMaxValues<TData>(): FacetedMinMaxValuesFactory<TData>;
Defined in: useLegacyTable.ts:123
TData extends RowData
FacetedMinMaxValuesFactory<TData>
Use createFacetedMinMaxValues() with the new useTable hook instead.
This is a stub function for v8 API compatibility with useLegacyTable. It acts as a marker to enable the faceted min/max values.