UNPKG

tdesign-mobile-vue

Version:
29 lines (24 loc) 411 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; 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