project init & fix ui
This commit is contained in:
38
miniprogram_npm/tdesign-miniprogram/count-down/props.js
Normal file
38
miniprogram_npm/tdesign-miniprogram/count-down/props.js
Normal file
@@ -0,0 +1,38 @@
|
||||
const props = {
|
||||
autoStart: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
content: {
|
||||
type: String,
|
||||
value: 'default',
|
||||
},
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
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;
|
||||
Reference in New Issue
Block a user