Module: image/styled
Table of contents
Functions
Functions
StyledImage
▸ StyledImage(props, deprecatedLegacyContext?): ReactNode
Parameters
| Name | Type | Description |
|---|---|---|
props | Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref" | "loading" | "width" | "height" | "alt" | "src" | "srcSet"> & {} & RefAttributes<null | HTMLImageElement> & MUIStyledCommonProps<Theme> | - |
deprecatedLegacyContext? | any | Deprecated See React Docs (opens in a new tab) |
Returns
ReactNode