project init & fix ui
This commit is contained in:
21
miniprogram_npm/tdesign-miniprogram/swipe-cell/props.js
Normal file
21
miniprogram_npm/tdesign-miniprogram/swipe-cell/props.js
Normal file
@@ -0,0 +1,21 @@
|
||||
const props = {
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
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