UNPKG

react-route-cache

Version:
9 lines (8 loc) 218 B
import { FC } from 'react'; import '../index.scss'; interface RouterTabsProps { theme?: 'light' | 'dark'; size?: 'small' | 'middle' | 'large'; } export declare const RouterTabs: FC<RouterTabsProps>; export {};