UNPKG

tdesign-mobile-vue

Version:
40 lines (35 loc) 673 B
/** * tdesign v1.9.3 * (c) 2025 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var DropdownMenuProps = { closeOnClickOverlay: { type: Boolean, default: true }, direction: { type: String, default: "down", validator: function validator(val) { if (!val) return true; return ["down", "up"].includes(val); } }, duration: { type: [String, Number], default: 200 }, showOverlay: { type: Boolean, default: true }, zIndex: { type: Number, default: 11600 } }; exports["default"] = DropdownMenuProps; //# sourceMappingURL=props.js.map