const props = {
copyright: {
type: String,
value: '',
},
logo: {
type: Object,
textLinkList: {
type: Array,
value: [],
theme: {
value: 'text',
};
export default props;