```ts
function isImageSrcString(imageSrc): imageSrc is string;
```

## Parameters

| Parameter | Type |
| ------ | ------ |
| `imageSrc` | [`ImageSrc`](../type-aliases/ImageSrc.mdx) \| `undefined` |

## Returns

`imageSrc is string`
