Initial commit of akmon project
This commit is contained in:
15
uni_modules/lime-picker/components/l-picker-item/props.ts
Normal file
15
uni_modules/lime-picker/components/l-picker-item/props.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// @ts-nocheck
|
||||
export default {
|
||||
options: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
},
|
||||
value: {
|
||||
type: [String, Number],
|
||||
default: null
|
||||
},
|
||||
column: {
|
||||
type: Number,
|
||||
default: -1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user