UNPKG

tdesign-vue-next

Version:
23 lines (18 loc) 391 B
/** * tdesign v1.19.2 * (c) 2026 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { direction: { type: String, validator: function validator(val) { if (!val) return true; return ["vertical", "horizontal"].includes(val); } } }; exports["default"] = props; //# sourceMappingURL=props.js.map