UNPKG

coject

Version:
9 lines (8 loc) 174 B
import { FC } from "react"; interface iMaxSidebar { menus?: any; setMenus?: any; customList?: any; } export declare const MaxSidebar: FC<iMaxSidebar>; export {};