UNPKG

tdesign-mobile-vue

Version:
24 lines (19 loc) 393 B
/** * tdesign v1.9.3 * (c) 2025 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { confirmBtn: { type: [String, Object, Function], default: "" }, title: { type: [String, Function, Object] }, onVisibleChange: Function }; exports["default"] = props; //# sourceMappingURL=template-props.js.map