UNPKG
axui-datagrid
Version:
latest (0.15.2)
0.15.2
0.15.1
0.15.0
0.14.8
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.1
0.14.0
0.13.14
0.13.13
0.13.12
0.13.11
0.13.10
0.13.9
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.1
0.11.0
0.10.1
0.10.0
0.9.1
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
DataGrid, DataSheet for React
github.com/jsdevkr/axui-datagrid
jsdevkr/axui-datagrid
axui-datagrid
/
es6
/
utils
/
uniqBy.d.ts
3 lines
(2 loc)
•
87 B
TypeScript
View Raw
1
2
3
declare
const
uniqBy
:
(
arr
:
any
[],
predicate
:
string
) =>
any
[];
export
default
uniqBy;