@engie-group/fluid-design-system-react
Version:
Fluid Design System React
5 lines (4 loc) • 390 B
TypeScript
import { ListProperties } from '@engie-group/fluid-types';
import React from 'react';
export type NJListRootProps = React.ComponentPropsWithoutRef<'ul'> & ListProperties;
export declare const NJListRoot: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & ListProperties & React.RefAttributes<HTMLUListElement>>;