Skip to content

Commit

Permalink
fix(lnf/tabs): export enum direction of Tabs (#574)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan VACHERAT <[email protected]>
  • Loading branch information
fffan64 and Jonathan VACHERAT authored Oct 29, 2024
1 parent a7b2a71 commit bbbc2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion look-and-feel/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export type { ButtonAction as ModalButtonAction } from "./ModalClient/Modal";
export { Pagination } from "./Pagination/Pagination";
export { Stepper } from "./Stepper/Stepper";
export { Svg } from "./Svg";
export { TabsClient as Tabs } from "./Tabs/Tabs";
export { TabsClient as Tabs, Direction as TabsDirection } from "./Tabs/Tabs";
export { Tag } from "./Tag";
export { Title, TitleSize, type TitleLevel } from "./Title";

0 comments on commit bbbc2cf

Please sign in to comment.