UNPKG
@antdv/pro-list
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
@antdv/pro-list
@antdv/pro-list
/
es
/
constants.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
declare
const
PRO_LIST_KEYS
:
string
[];
declare
const
PRO_LIST_KEYS_MAP
:
Map
<
any
,
any
>;
export
{
PRO_LIST_KEYS
,
PRO_LIST_KEYS_MAP
};