tdesign-mobile-vue
Version:
tdesign-mobile-vue
29 lines (24 loc) • 411 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var FooterProps = {
links: {
type: Array,
default: function _default() {
return [];
}
},
logo: {
type: Object
},
text: {
type: String,
default: ""
}
};
exports["default"] = FooterProps;
//# sourceMappingURL=props.js.map