UNPKG

antd-mini

Version:

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

7 lines (6 loc) 450 B
import { __assign, __rest } from "tslib"; import { RateDefaultProps } from '../../Rate/props'; import { FormItemDefaultProps } from '../FormItem/props'; // eslint-disable-next-line @typescript-eslint/no-unused-vars var defaultValue = RateDefaultProps.defaultValue, rest = __rest(RateDefaultProps, ["defaultValue"]); export var FormRateDefaultProps = __assign(__assign(__assign({}, FormItemDefaultProps), rest), { rateClassName: '', rateStyle: '' });