tdesign-mobile-vue
Version:
tdesign-mobile-vue
23 lines (18 loc) • 364 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
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