Skip to content

Commit

Permalink
Fix export TAB_KIND
Browse files Browse the repository at this point in the history
  • Loading branch information
KlonD90 authored and ukorvl committed Jul 3, 2024
1 parent 40f07ad commit b205c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit b205c5e

Please sign in to comment.