UNPKG

tdesign-mobile-vue

Version:
46 lines (43 loc) 645 B
/** * tdesign v1.9.3 * (c) 2025 TDesign Group * @license MIT */ 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 }; export { props as default }; //# sourceMappingURL=props.mjs.map