UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

6 lines 265 B
import "./capsule-tabs.css"; import { attachPropertiesToComponent } from 'antd-mobile/es/utils/attach-properties-to-component'; import { CapsuleTab, CapsuleTabs } from './capsule-tabs'; export default attachPropertiesToComponent(CapsuleTabs, { Tab: CapsuleTab });