UNPKG

antd-mini

Version:

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

20 lines (19 loc) 441 B
export var PopoverDefaultProps = { visible: null, imageUrl: '', defaultVisible: false, destroyOnClose: false, showCloseIcon: false, contentClassName: '', actionText: '', color: '', contentStyle: '', showMask: true, placement: 'top', autoAdjustOverflow: true, maskClassName: '', maskStyle: '', content: '', onVisibleChange: function () { }, onTapAction: function () { }, };