UNPKG

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

Version:

Fork of @tanstack/table-core v.8.21.2

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