2023-03-06 17:57:39 +08:00

25 lines
389 B
JavaScript

const props = {
customStyle: {
type: String,
value: '',
},
color: {
type: String,
value: '',
},
name: {
type: String,
value: '',
required: true,
},
size: {
type: String,
value: undefined,
},
prefix: {
type: String,
value: undefined,
},
};
export default props;