Home > @uniformdev/design-system > Image_2
Image_2() function
Signature:
declare function Image({ alt, src, className, imgClassName, variant, width, height, ...imgAttribs }: ImageProps): _emotion_react_jsx_runtime.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ alt, src, className, imgClassName, variant, width, height, ...imgAttribs } | ImageProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element