From 0faec4c075471d71a761d3a6988068ef2c85ad5d Mon Sep 17 00:00:00 2001 From: Sanchitv3 Date: Thu, 9 Jan 2025 13:22:18 +0530 Subject: [PATCH] chore: updated image type to any --- packages/unstyled/image-viewer/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unstyled/image-viewer/src/types.ts b/packages/unstyled/image-viewer/src/types.ts index 725d491e6..1d01468c7 100644 --- a/packages/unstyled/image-viewer/src/types.ts +++ b/packages/unstyled/image-viewer/src/types.ts @@ -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. */