jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/es/Popover/props.js

16 lines
343 B
JavaScript
Raw Normal View History

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