UNPKG

mui-react-sidebar

Version:

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

4 lines 264 B
import { SidebarItemProps } from './types'; declare function SidebarItem({ item, onClick, selectedPath, customClasses, customStyle, }: SidebarItemProps): import("react/jsx-runtime").JSX.Element; export default SidebarItem; //# sourceMappingURL=SidebarItem.d.ts.map