UNPKG

react-pro-sidebar-crewos

Version:

high level and customizable side navigation

11 lines (10 loc) 302 B
import React from 'react'; interface ProSidebarProviderProps { children?: React.ReactNode; } /** * @deprecated * `ProSidebarProvider` is deprecated and will be removed in the next major release. */ export declare const ProSidebarProvider: React.FC<ProSidebarProviderProps>; export {};