UNPKG

tdesign-mobile-vue

Version:
54 lines (51 loc) 871 B
/** * tdesign v1.13.2 * (c) 2026 TDesign Group * @license MIT */ var props = { attach: { type: [String, Function] }, closeOnOverlayClick: { type: Boolean, default: true }, destroyOnClose: Boolean, footer: { type: Function }, items: { type: Array }, overlayProps: { type: Object, default: function _default() { return {}; } }, placement: { type: String, default: "right", validator: function validator(val) { if (!val) return true; return ["left", "right"].includes(val); } }, showOverlay: { type: Boolean, default: true }, title: { type: [String, Function] }, visible: Boolean, zIndex: { type: Number }, onClose: Function, onItemClick: Function, onOverlayClick: Function }; export { props as default }; //# sourceMappingURL=props.js.map