UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

3 lines (2 loc) 149 B
import type { FieldError } from '../interface'; export declare function allPromiseFinish(promiseList: Promise<FieldError>[]): Promise<FieldError[]>;