tdesign-mobile-vue
Version:
tdesign-mobile-vue
55 lines (50 loc) • 797 B
JavaScript
/**
* tdesign v1.13.2
* (c) 2026 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,
placeholder: Boolean,
right: {
type: Function
},
safeAreaInsetTop: {
type: Boolean,
default: true
},
title: {
type: [String, Function]
},
titleMaxLength: {
type: Number
},
visible: {
type: Boolean,
default: true
},
zIndex: {
type: Number,
default: 1
},
onLeftClick: Function,
onRightClick: Function
};
exports["default"] = props;
//# sourceMappingURL=props.js.map