UNPKG

mui-react-sidebar

Version:

A fully customizable and theme-aware sidebar navigation component for **React** and **Material-UI (MUI)**.

5 lines 241 B
import { NavbarProps } from './types'; import './sidebar.css'; declare function Navbar({ data, logo, title, handleNavigation }: NavbarProps): import("react/jsx-runtime").JSX.Element; export default Navbar; //# sourceMappingURL=index.d.ts.map