tdesign-mobile-vue
Version:
tdesign-mobile-vue
29 lines (24 loc) • 491 B
JavaScript
/**
* tdesign v1.9.3
* (c) 2025 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
bordered: Boolean,
theme: {
type: String,
default: "default",
validator: function validator(val) {
if (!val) return true;
return ["default", "card"].includes(val);
}
},
title: {
type: String,
default: ""
}
};
exports["default"] = props;
//# sourceMappingURL=cell-group-props.js.map