UNPKG

@antdv/pro-field

Version:

原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。

3 lines (2 loc) 127 B
export declare function toArray<T>(value: T | T[]): T[]; export declare function includes(test: any, search: string): boolean;