UNPKG

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

Version:

Fluid Design System React

4 lines (3 loc) 250 B
import React from 'react'; export type NJSidebarSpacerProps = Omit<React.ComponentPropsWithoutRef<'div'>, 'children'>; export declare const NJSidebarSpacer: React.ForwardRefExoticComponent<NJSidebarSpacerProps & React.RefAttributes<HTMLDivElement>>;