Search Docs
Loading...
Skip to content

Type Alias: ImageMimeType

type ImageMimeType = Extract<MimeType,
| "image/png"
| "image/jpeg"
| "image/webp"
| "image/x-tga"
| "image/svg+xml">;

Represents the image MIME types used in the editor.