UNPKG

tdesign-mobile-vue

Version:
38 lines (33 loc) 572 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); 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 }; exports["default"] = OverlayProps; //# sourceMappingURL=props.js.map