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
/
getFacetedUniqueValues.d.ts
3 lines
(2 loc)
•
183 B
TypeScript
View Raw
1
2
3
import
{
Table
,
RowData
}
from
'../types'
;
export
declare
function
getFacetedUniqueValues<
TData
extends
RowData
>():
(
table
:
Table
<
TData
>,
columnId
:
string
) =>
() =>
Map
<
any
,
number
>;