export * from "./tab"; export { TabPanel as Panel } from "./tab-panel"; export type * from "./tab-panel"; export { Tabs as Root } from "./tabs"; export type * from "./tabs"; export { TabList as List } from "./tabs-list"; export type * from "./tabs-list";