tdesign-mobile-vue
Version:
tdesign-mobile-vue
34 lines (31 loc) • 494 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
var OverlayProps = {
backgroundColor: {
type: String,
default: ""
},
customStyle: {
type: String,
default: ""
},
duration: {
type: Number,
default: 300
},
preventScrollThrough: {
type: Boolean,
default: true
},
visible: Boolean,
zIndex: {
type: Number,
default: 1e3
},
onClick: Function
};
export { OverlayProps as default };
//# sourceMappingURL=props.js.map