UNPKG

tdesign-mobile-vue

Version:
49 lines (44 loc) 694 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; 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: { type: Boolean, default: false }, right: { type: Function }, title: { type: [String, Function] }, titleMaxLength: { type: Number }, visible: { type: Boolean, default: true }, onLeftClick: Function, onRightClick: Function }; exports["default"] = props; //# sourceMappingURL=props.js.map