UNPKG

@antdv/pro-utils

Version:

@antdv/pro-utils

6 lines (5 loc) 236 B
import type { FormInstance } from 'ant-design-vue'; export declare function getFieldPropsOrFormItemProps(fieldProps: any, form?: FormInstance | null, extraProps?: any): Record<string, any> & { onChange: any; colSize: number; };