ImagePropsinterface
{
src: string;
alt?: string;
}| Property | Type | |
|---|---|---|
.src | string | required |
.alt | string |
Props for Image — an src, optional alt text, plus space and width variants.
{
src: string;
alt?: string;
}| Property | Type | |
|---|---|---|
.src | string | required |
.alt | string |
Props for Image — an src, optional alt text, plus space and width variants.