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