UNPKG

table-core-with-skip-accessor-key-dot-notation

Version:

Fork of @tanstack/table-core v.8.21.2

3 lines (2 loc) 195 B
import { Table, RowData } from '../types'; export declare function getFacetedMinMaxValues<TData extends RowData>(): (table: Table<TData>, columnId: string) => () => undefined | [number, number];