zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +08:00

42 lines
645 B
JavaScript

const props = {
closeBtn: {
type: Boolean,
value: true,
},
keys: {
type: Object,
},
customStyle: {
type: String,
value: '',
},
options: {
type: Array,
value: [],
},
subTitles: {
type: Array,
value: [],
},
theme: {
type: String,
value: 'step',
},
title: {
type: String,
},
value: {
type: null,
value: null,
},
defaultValue: {
type: null,
value: null,
},
visible: {
type: Boolean,
value: false,
},
};
export default props;