UNPKG

antd-mini

Version:

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

11 lines (10 loc) 277 B
export var CountdownDefaultProps = { className: '', time: 0, countdownStartTime: '', countdownEndTime: '', countdownType: '', autoShowDay: true, onCountdownChange: function () { }, onCountdownFinish: function () { }, // 倒计时结束回调 };