UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 273 B
import React from 'react'; import { BottomNavigationProps } from '../../types/components/bottom-navigation'; declare const BottomNavigation: ({ id, className, nav, selectedId, asTabs, onClick }: BottomNavigationProps) => React.JSX.Element; export default BottomNavigation;