export var PopupDefaultProps = {
    visible: false,
    position: 'bottom',
    // 是否开启动画
    animation: true,
    // 动画持续时间
    duration: 300,
    // 弹窗层级
    zIndex: 998,
    showMask: true,
    animationType: 'transform',
};