antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
27 lines (26 loc) • 512 B
JavaScript
import { LoadingDefaultProps } from './props';
import '../_util/assert-component2';
Component({
properties: {
type: {
value: 'spin',
type: String,
},
color: {
type: String,
},
size: {
type: String,
},
style: {
type: String,
},
className: {
type: String,
},
},
options: {
styleIsolation: 'shared',
},
props: LoadingDefaultProps,
});