UNPKG

antd-mini

Version:

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

17 lines (16 loc) 374 B
export var PopoverDefaultProps = { visible: null, defaultVisible: false, destroyOnClose: false, contentClassName: '', contentStyle: '', showMask: true, placement: 'top', autoAdjustOverflow: true, maskClassName: '', maskStyle: '', content: '', list: [], onVisibleChange: function () { }, onTapItem: function () { }, };