UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

5 lines (4 loc) 279 B
import { __assign } from "tslib"; import { PickerDefaultProps } from '../../Picker/props'; import { FormItemDefaultProps } from '../FormItem/props'; export var FormPickerDefaultProps = __assign(__assign(__assign({}, FormItemDefaultProps), PickerDefaultProps), { arrow: false });