UNPKG

antd-mini

Version:

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

5 lines (4 loc) 296 B
import { __assign } from "tslib"; import { DatePickerDefaultProps, } from '../../DatePicker/props'; import { FormItemDefaultProps } from '../FormItem/props'; export var FormDatePickerDefaultProps = __assign(__assign(__assign({}, FormItemDefaultProps), DatePickerDefaultProps), { arrow: false });