UNPKG

antd-mini

Version:

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

6 lines (5 loc) 235 B
import { Component } from '../_util/simply'; import { assertAilpayNativeNotSupport } from '../_util/support'; import { SpaceDefaultProps } from './props'; assertAilpayNativeNotSupport('Space'); Component({ props: SpaceDefaultProps });