UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

8 lines (7 loc) 339 B
export function genArrProps(propType: any): import("vue-types").VueTypeDef<any>; /** * Origin code check `multiple` is true when `treeCheckStrictly` & `labelInValue`. * But in process logic is already cover to array. * Check array is not necessary. Let's simplify this check logic. */ export function valueProp(...args: any[]): Error;