ImageFormatter
Sourceimport { ImageFormatter } from "@prestojs/ui";
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.blankLabel | ReactNode | ||
| props.value | null|string|Blob | ||
| ... | any | Any properties from Object | |
Returns:React.ReactElement|null