Initial commit of akmon project
This commit is contained in:
26
uni_modules/lime-loading/components/l-loading/props.ts
Normal file
26
uni_modules/lime-loading/components/l-loading/props.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
// import {PropType} from 'vue'
|
||||
export default {
|
||||
color: {
|
||||
type: String,
|
||||
// default: '#c9c9c9'
|
||||
},
|
||||
type: {
|
||||
type: String, //as PropType<'circular'|'spinner'>,
|
||||
default: 'circular'
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
// #ifdef APP-NVUE
|
||||
default: '40rpx'
|
||||
// #endif
|
||||
},
|
||||
text: String,
|
||||
textColor: String,
|
||||
textSize: String,
|
||||
vertical: Boolean,
|
||||
inheritColor: Boolean,
|
||||
animated: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user