UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

23 lines (22 loc) 397 B
import '../_util/assert-component2'; Component({ properties: { type: { value: '', type: String, }, color: { type: String, }, style: { type: String, }, className: { type: String, }, }, options: { //@ts-ignore styleIsolation: 'shared', }, });