/** * Describes the image loading states. * * @public */ export type ImageState = 'pending' | 'failed' | 'done'; //# sourceMappingURL=ImageState.d.ts.map