UNPKG

292 BTypeScriptView Raw
1import './capsule-tabs.less';
2export type { CapsuleTabsProps, CapsuleTabProps } from './capsule-tabs';
3declare const _default: import("react").FC<import("./capsule-tabs").CapsuleTabsProps> & {
4 Tab: import("react").FC<import("./capsule-tabs").CapsuleTabProps>;
5};
6export default _default;