UNPKG

tdesign-mobile-vue

Version:
34 lines (31 loc) 494 B
/** * tdesign v1.9.3 * (c) 2025 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