UNPKG
table-core-with-skip-accessor-key-dot-notation
Version:
latest (8.22.1)
8.22.1
8.22.0
Fork of @tanstack/table-core v.8.21.2
tanstack.com/table
TanStack/table
table-core-with-skip-accessor-key-dot-notation
/
build
/
lib
/
utils
/
getSortedRowModel.d.ts
3 lines
(2 loc)
•
169 B
TypeScript
View Raw
1
2
3
import
{
Table
,
RowModel
,
RowData
}
from
'../types'
;
export
declare
function
getSortedRowModel<
TData
extends
RowData
>():
(
table
:
Table
<
TData
>
) =>
() =>
RowModel
<
TData
>;