tdesign-vue
Version:
33 lines (30 loc) • 463 B
JavaScript
/**
* tdesign v1.14.1
* (c) 2025 tdesign
* @license MIT
*/
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]
}
};
export { props as default };
//# sourceMappingURL=props.js.map