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

30 lines
461 B
JavaScript

const props = {
animation: {
type: String,
value: 'none',
},
customStyle: {
type: String,
value: '',
},
delay: {
type: Number,
value: 0,
},
externalClasses: {
type: Array,
},
loading: {
type: Boolean,
value: true,
},
rowCol: {
type: Array,
},
theme: {
type: String,
value: 'text',
},
};
export default props;