UNPKG

tdesign-mobile-vue

Version:
23 lines (18 loc) 364 B
/** * tdesign v1.7.0 * (c) 2024 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] } }; exports["default"] = Props; //# sourceMappingURL=template-props.js.map