ASEMiniProgram/dist/icon/index.js
2021-03-21 01:48:56 +08:00

23 lines
377 B
JavaScript

Component({
externalClasses: ['i-class'],
properties: {
type: {
type: String,
value: ''
},
custom: {
type: String,
value: ''
},
size: {
type: Number,
value: 14
},
color: {
type: String,
value: ''
}
}
});