From ae2e197f25acc80865aa0e4010dc8678ff60b0dd Mon Sep 17 00:00:00 2001 From: Darya Umrikhina Date: Thu, 11 Jul 2024 12:00:14 +0400 Subject: [PATCH] Shared:Components:Emain-input: add import TValidate type --- packages/shared/components/email-input/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/shared/components/email-input/index.tsx b/packages/shared/components/email-input/index.tsx index 699c87f93e..f88d9d0f4f 100644 --- a/packages/shared/components/email-input/index.tsx +++ b/packages/shared/components/email-input/index.tsx @@ -24,4 +24,6 @@ // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode +export { TValidate } from "./EmailInput.types"; + export { EmailInput } from "./EmailInput";