zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +08:00

29 lines
438 B
JavaScript

const props = {
customStyle: {
type: String,
value: '',
},
description: {
type: String,
},
externalClasses: {
type: Array,
},
icon: {
type: null,
value: true,
},
image: {
type: String,
},
theme: {
type: String,
value: 'default',
},
title: {
type: String,
value: '',
},
};
export default props;