tdesign-vue-next
Version:
TDesign Component for vue-next
23 lines (18 loc) • 391 B
JavaScript
/**
* tdesign v1.19.2
* (c) 2026 tdesign
* @license MIT
*/
;
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