Repository URL to install this package:
|
Version:
4.0.29 ▾
|
import { SidebarItemProps } from './typings';
import { SidebarItemState } from './SidebarItemState';
export declare function renderStyledSidebar(props: SidebarItemProps, state?: SidebarItemState): JSX.Element;
export declare function renderOverlay(props: SidebarItemProps, state: SidebarItemState): JSX.Element;
export declare function renderSidebarItem(props: SidebarItemProps, state: SidebarItemState): JSX.Element;
export declare function defaultSidebarRender(itemAsProps: SidebarItemProps | SidebarItemState): JSX.Element;