UNPKG

@kadconsulting/dry

Version:
9 lines (8 loc) 296 B
import { FC } from 'react'; import './DesktopSubNavigationContent.scss'; import { SubNavigation as SubNavigationType } from '../NavBarTypes'; type Props = { subNavigation: SubNavigationType; }; declare const DesktopSubNavigationContent: FC<Props>; export default DesktopSubNavigationContent;