UNPKG

@coreui/react

Version:

UI Components Library for React.js

6 lines (5 loc) 241 B
export interface CSidebarNavContextProps { visibleGroup: string; setVisibleGroup: React.Dispatch<React.SetStateAction<string | undefined>>; } export declare const CSidebarNavContext: import("react").Context<CSidebarNavContextProps>;