UNPKG

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

Version:

Fluid Design System React

5 lines (4 loc) 229 B
import { HTMLAttributes } from 'react'; type NJRayProps = HTMLAttributes<HTMLHRElement>; export declare function NJRay({ className: hostClass, ...htmlAttributes }: NJRayProps): import("react/jsx-runtime").JSX.Element; export {};