UNPKG

side-navigation-react

Version:

Easy, responsive & flexible navigational component that compose declaratively with your application.

8 lines (7 loc) 246 B
import React from 'react'; import { SideNavigationProps, navbarTheme } from '../types'; export interface ThemeWrapperProps { navBackground: string; theme: navbarTheme; } export declare const SideNavigation: React.FC<SideNavigationProps>;