Initial commit of akmon project
This commit is contained in:
20
uni_modules/lime-overlay/components/l-overlay/props.ts
Normal file
20
uni_modules/lime-overlay/components/l-overlay/props.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
visible: Boolean,
|
||||
zIndex: {
|
||||
type: Number,
|
||||
default: 998,
|
||||
},
|
||||
duration: {
|
||||
type: Number,
|
||||
default: 300
|
||||
},
|
||||
preventScrollThrough: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
bgColor: String,
|
||||
lStyle: String,
|
||||
lClass: String,
|
||||
ariaLabel: String,
|
||||
ariaRole: String,
|
||||
}
|
||||
Reference in New Issue
Block a user