UNPKG

antd-mobile-taro-ui

Version:

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

8 lines (7 loc) 324 B
/// <reference types="react" /> import './capsule-tabs.less'; export type { CapsuleTabsProps, CapsuleTabProps } from './capsule-tabs'; declare const _default: import("react").FC<import("./capsule-tabs").CapsuleTabsProps> & { Tab: import("react").FC<import("./capsule-tabs").CapsuleTabProps>; }; export default _default;