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

15 lines
211 B
JavaScript

const props = {
customStyle: {
type: String,
value: '',
},
format: {
type: null,
},
options: {
type: Array,
value: [],
},
};
export default props;