antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
21 lines (20 loc) • 522 B
JavaScript
export var DefaultProps = {
className: '',
type: '',
terms: null,
buttons: null,
buttonsFixed: false,
buttonsDirection: 'vertical',
termPrefix: '',
termSuffix: '',
checkboxTipsText: '',
checkboxTipsVisible: false,
readCurrent: null,
defaultReadCurrent: 0,
onButtonTap: function () { },
onTermTap: function () { },
onCheckChange: function () { },
onTermPrefixTap: function () { },
onCountdownFinish: function () { },
onReadChange: function () { },
};