1234 |
- import { __assign } from "tslib";
- import { PickerDefaultProps } from '../../Picker/props';
- import { FormItemDefaultProps } from '../FormItem/props';
- export var FormPickerDefaultProps = __assign(__assign(__assign({}, FormItemDefaultProps), PickerDefaultProps), { arrow: false });
|