Skip to content

Commit

Permalink
chore: updated image type to any
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanchitv3 committed Jan 9, 2025
1 parent 75addc0 commit 0faec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unstyled/image-viewer/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface InterfaceImageViewerProps {
/**
* If true, the ImageViewer will open. Useful for controllable state behavior.
*/
isOpen: boolean | undefined;
isOpen: boolean;
/**
* Callback invoked when the ImageViewer is closed.
*/
Expand Down

0 comments on commit 0faec4c

Please sign in to comment.