ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
53 lines • 971 B
JavaScript
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
export var innerProps = {
visible: Boolean,
prefixCls: String,
zIndex: Number,
destroyPopupOnHide: Boolean,
forceRender: Boolean,
// Legacy Motion
animation: [String, Object],
transitionName: String,
// Measure
stretch: {
type: String
},
// Align
align: {
type: Object
},
point: {
type: Object
},
getRootDomNode: {
type: Function
},
getClassNameFromAlign: {
type: Function
},
onMouseenter: {
type: Function
},
onMouseleave: {
type: Function
},
onMousedown: {
type: Function
},
onTouchstart: {
type: Function
}
};
export var mobileProps = _objectSpread(_objectSpread({}, innerProps), {}, {
mobile: {
type: Object
}
});
export var popupProps = _objectSpread(_objectSpread({}, innerProps), {}, {
mask: Boolean,
mobile: {
type: Object
},
maskAnimation: String,
maskTransitionName: String
});