You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
557 B

const props = {
current: {
type: null,
value: null,
},
defaultCurrent: {
type: null,
},
currentStatus: {
type: String,
value: 'process',
},
externalClasses: {
type: Array,
},
layout: {
type: String,
value: 'horizontal',
},
readonly: {
type: Boolean,
value: false,
},
separator: {
type: String,
value: 'line',
},
theme: {
type: String,
value: 'default',
},
};
export default props;