Files

16 lines
343 B
JavaScript
Raw Permalink Normal View History

2025-08-18 09:11:51 +08:00
export var PopoverDefaultProps = {
visible: null,
defaultVisible: false,
destroyOnClose: false,
contentClassName: '',
color: '',
contentStyle: '',
showMask: true,
placement: 'top',
autoAdjustOverflow: true,
maskClassName: '',
maskStyle: '',
content: '',
onVisibleChange: function () { },
};