UNPKG

@aplus-frontend/antdv

Version:

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

5 lines (4 loc) 127 B
export interface Option { keepEmpty?: boolean; } export default function toArray(children: any[], option?: Option): any[];