Skip to content

Commit

Permalink
Improve: Update TS types for defaultSavedImageType
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmeeedMostafa committed Feb 9, 2023
1 parent 9d4622d commit 781283d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-filerobot-image-editor/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export interface FilerobotImageEditorConfig {
onClose?: (closeReason: closingReasons, haveNotSavedChanges: boolean) => void;
closeAfterSave?: boolean;
defaultSavedImageName?: string;
defaultSavedImageType?: 'png' | 'jpeg' | 'webp';
defaultSavedImageType?: 'png' | 'jpeg' | 'jpg' | 'webp';
forceToPngInEllipticalCrop?: boolean;
useBackendTranslations?: boolean;
translations?: object;
Expand Down

0 comments on commit 781283d

Please sign in to comment.