project init
This commit is contained in:
17
components/swipe-cell/props.js
Normal file
17
components/swipe-cell/props.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const props = {
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
},
|
||||
left: {
|
||||
type: Array,
|
||||
},
|
||||
opened: {
|
||||
type: Boolean,
|
||||
optionalTypes: [Array],
|
||||
value: false,
|
||||
},
|
||||
right: {
|
||||
type: Array,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user