diff --git a/src/components/tabs/index.ts b/src/components/tabs/index.ts index 6be28542..899ab70a 100644 --- a/src/components/tabs/index.ts +++ b/src/components/tabs/index.ts @@ -3,4 +3,5 @@ import Tab from "./Tab"; export { Tabs, Tab, TABS_ORIENTATION }; -export type { TabProps, TabsProps, TAB_KIND } from "./types"; +export { TAB_KIND } from "./types"; +export type { TabProps, TabsProps } from "./types";