UNPKG

coject

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