UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

8 lines (7 loc) 236 B
import React, { ReactNode } from 'react'; export interface DashboardSidebarProps { children: ReactNode; sidebarWidth?: string; sidebarCollapsedWidth?: string; } export declare const Sidebar: React.FC<DashboardSidebarProps>;