UNPKG

tdesign-mobile-vue

Version:
76 lines (71 loc) 1.11 kB
/** * tdesign v1.13.2 * (c) 2026 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { alpha: { type: Number, default: 1 }, content: { type: [String, Function] }, default: { type: [String, Function] }, height: { type: Number }, isRepeat: { type: Boolean, default: true }, layout: { type: String, default: "rectangular", validator: function validator(val) { if (!val) return true; return ["rectangular", "hexagonal"].includes(val); } }, lineSpace: { type: Number, default: 16 }, movable: Boolean, moveInterval: { type: Number, default: 3e3 }, offset: { type: Array }, removable: { type: Boolean, default: true }, rotate: { type: Number, default: -22 }, watermarkContent: { type: [Object, Array] }, width: { type: Number }, x: { type: Number }, y: { type: Number }, zIndex: { type: Number } }; exports["default"] = props; //# sourceMappingURL=props.js.map