function getFacetedMinMaxValues<TData>(): FacetedMinMaxValuesFactory<TData>;Defined in: react-table/src/useLegacyTable.ts:127
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.