1import { TabPanel, TabPanelProps } from '@reach/tabs'; 2 3export const Tab = (props: TabPanelProps) => <TabPanel {...props} />; 4