From 92752eae19d4cf981c6fa1bb41dc667bca7b288d Mon Sep 17 00:00:00 2001 From: Tal Koren Date: Sun, 2 Jun 2024 10:14:32 +0300 Subject: [PATCH] fix: import --- packages/core/src/components/BaseInput/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/components/BaseInput/index.ts b/packages/core/src/components/BaseInput/index.ts index ecf253cb60..05351b689f 100644 --- a/packages/core/src/components/BaseInput/index.ts +++ b/packages/core/src/components/BaseInput/index.ts @@ -1 +1,2 @@ -export { default as BaseInput, BaseInputProps } from "./BaseInput"; +export { default as BaseInput } from "./BaseInput"; +export * from "./BaseInput.types";