UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

5 lines (4 loc) 179 B
import { Tabs, TabsProps as ReachTabsProps, TabsOrientation } from '@reach/tabs'; export declare type TabsProps = ReachTabsProps; export { TabsOrientation }; export default Tabs;