From 61e32b7f67a679d8b953b5ffac8308b3ea2fadd3 Mon Sep 17 00:00:00 2001 From: yaswanth-deriv Date: Wed, 31 Jan 2024 09:15:38 +0400 Subject: [PATCH] refactor: To remove exported types --- lib/components/Text/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/Text/index.tsx b/lib/components/Text/index.tsx index 658056e7..edc71304 100644 --- a/lib/components/Text/index.tsx +++ b/lib/components/Text/index.tsx @@ -42,4 +42,5 @@ export const Text = ({ const Tag = as; return {children}; + };