Files
calendar/packages/ui/components/navigation/index.tsx
T
3fc6f38da9 Chor/more UI migrations (#6353)
* Move tabs to components

* Lots of form components

* Update apps/web/components/apps/layouts/InstalledAppsLayout.tsx

Co-authored-by: Omar López <zomars@me.com>
2023-01-10 12:25:39 +00: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";