UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

6 lines (5 loc) 160 B
import * as React from 'react'; export interface SidebarProps { children: React.ReactNode; } export declare const DashboardSidebar: React.FC<SidebarProps>;