2023-03-06 17:57:39 +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;