UNPKG

@tarojsx/ui

Version:

We reinvents the UI for Taro3+

9 lines (8 loc) 259 B
import React from 'react'; import { AtTabsProps } from 'taro-ui/types/tabs'; import '../style/Tabs.scss'; export interface TabsProps extends AtTabsProps { style?: React.CSSProperties; fixed?: boolean; } export declare const Tabs: React.FC<TabsProps>;