UNPKG

@engie-group/fluid-design-system-react

Version:

Fluid Design System React

18 lines (17 loc) 472 B
import React from 'react'; export declare const NJSidebarContent: React.ForwardRefExoticComponent<INJSidebarContentProps & React.RefAttributes<HTMLDivElement>>; interface INJSidebarContentProps { /** * Whether sidebar is above content or pushes it when open */ isAboveContent?: boolean; /** * Text or Icon component */ children: React.ReactNode; /** * Optional additional className */ className?: string; } export {};