2
0
Files
cal/calcom/packages/ui/components/navigation/index.tsx
2024-08-09 00:39:27 +02:00

8 lines
470 B
TypeScript

export { default as HorizontalTabItem } from "./tabs/HorizontalTabItem";
export type { HorizontalTabItemProps } from "./tabs/HorizontalTabItem";
export { default as HorizontalTabs } from "./tabs/HorizontalTabs";
export type { NavTabProps } from "./tabs/HorizontalTabs";
export { default as VerticalTabItem } from "./tabs/VerticalTabItem";
export type { VerticalTabItemProps } from "./tabs/VerticalTabItem";
export { default as VerticalTabs } from "./tabs/VerticalTabs";