ImagePreviewHandler type

Signature:

export type ImagePreviewHandler = ((imageSource: string) => Promise<string>) | null;