From e624591ed8495d1d067468304b627d5db554f7c0 Mon Sep 17 00:00:00 2001 From: Siddhartha Gudipati Date: Fri, 27 Dec 2024 12:18:48 -0800 Subject: [PATCH] feat: adding support for image zoom --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index d926081..e59afbc 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -5,3 +5,4 @@ export * from './Tabs/Tabs'; export * from './Code/Code'; export * from './Typography/Typography'; export * from './utils'; +export * from './Image/ImageZoom';