export * as Tabs from "./index.parts.js";
export type * from "./root/TabsRoot.js";
export type * from "./indicator/TabsIndicator.js";
export type * from "./tab/TabsTab.js";
export type * from "./panel/TabsPanel.js";
export type * from "./list/TabsList.js";