UNPKG
@antdv/pro-field
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。
@antdv/pro-field
/
es
/
components
/
Select
/
utils.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
export
declare
function
toArray<T>(
value
: T | T[]): T[];
export
declare
function
includes
(
test
:
any
,
search
:
string
):
boolean
;