oak-general-business/lib/miniprogram_npm/tdesign/skeleton/props.js

21 lines
334 B
JavaScript

const props = {
animation: {
type: String,
},
externalClasses: {
type: Array,
},
loading: {
type: Boolean,
},
rowCol: {
type: Array,
value: [1, 1, 1, { width: '70%' }],
},
theme: {
type: String,
value: 'text',
},
};
export default props;