UNPKG

antd-mini

Version:

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

28 lines (27 loc) 534 B
import { TagDefaultProps } from './props'; import '../_util/assert-component2'; Component({ properties: { type: { value: 'fill', type: String, }, color: { value: 'primary', type: String, }, icon: { type: String, }, style: { type: String, }, className: { type: String, }, }, options: { styleIsolation: 'shared', }, props: TagDefaultProps, });