tdesign-mobile-vue
Version:
tdesign-mobile-vue
50 lines (45 loc) • 722 B
JavaScript
/**
* tdesign v1.9.3
* (c) 2025 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
animation: {
type: Boolean,
default: true
},
capsule: {
type: Function
},
fixed: {
type: Boolean,
default: true
},
left: {
type: Function
},
leftArrow: Boolean,
right: {
type: Function
},
safeAreaInsetTop: {
type: Boolean,
default: true
},
title: {
type: [String, Function]
},
titleMaxLength: {
type: Number
},
visible: {
type: Boolean,
default: true
},
onLeftClick: Function,
onRightClick: Function
};
exports["default"] = props;
//# sourceMappingURL=props.js.map