@engie-group/fluid-design-system-react
Version:
Fluid Design System React
7 lines (6 loc) • 575 B
TypeScript
import { SkeletonRectangleProperties } from '@engie-group/fluid-types';
import React, { ComponentPropsWithoutRef } from 'react';
export declare const NJSkeletonRectangle: React.ForwardRefExoticComponent<import("@engie-group/fluid-types").SkeletonBaseProperties & {
scale?: import("@engie-group/fluid-types").SkeletonRectanglesScales;
} & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
export type NJSkeletonRectangleProps = SkeletonRectangleProperties & ComponentPropsWithoutRef<'div'>;