UNPKG

tdesign-mobile-vue

Version:
24 lines (19 loc) 394 B
/** * tdesign v1.13.2 * (c) 2026 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