UNPKG

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

Version:

Fork of @tanstack/table-core v.8.21.2

3 lines (2 loc) 188 B
import { Table, RowModel, RowData } from '../types'; export declare function getFacetedRowModel<TData extends RowData>(): (table: Table<TData>, columnId: string) => () => RowModel<TData>;