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.

35 lines
568 B

1 year ago
const props = {
autoStart: {
type: Boolean,
value: true,
},
content: {
type: String,
value: 'default',
},
format: {
type: String,
value: 'HH:mm:ss',
},
millisecond: {
type: Boolean,
value: false,
},
size: {
type: String,
value: 'medium',
},
splitWithUnit: {
type: Boolean,
value: false,
},
theme: {
type: String,
value: 'default',
},
time: {
type: Number,
},
};
export default props;