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

27 lines
409 B
JavaScript

const props = {
customStyle: {
type: String,
value: '',
},
externalClasses: {
type: Array,
},
fixed: {
type: Boolean,
value: true,
},
icon: {
type: null,
value: true,
},
text: {
type: String,
value: '',
},
theme: {
type: String,
value: 'round',
},
};
export default props;