import type { FormItemProps } from 'antd'; import type { ColUsedProps } from './col'; export interface ProFormItemField extends FormItemProps, ColUsedProps { }