tdesign-vue-next
Version:
TDesign Component for vue-next
37 lines (32 loc) • 541 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
actions: {
type: Array
},
author: {
type: [String, Function]
},
avatar: {
type: [String, Object, Function]
},
content: {
type: [String, Function]
},
datetime: {
type: [String, Function]
},
quote: {
type: [String, Function]
},
reply: {
type: [String, Function]
}
};
exports["default"] = props;
//# sourceMappingURL=props.js.map