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

26 lines
408 B
JavaScript

const props = {
align: {
type: String,
value: 'center',
},
content: {
type: String,
},
customStyle: {
type: String,
value: '',
},
dashed: {
type: Boolean,
value: false,
},
externalClasses: {
type: Array,
},
layout: {
type: String,
value: 'horizontal',
},
};
export default props;