import { Tabs } from "./tabs"; import { TabPane } from "./tabPane"; import { TabList } from "./tabList"; import { useTab } from "./tabHook"; export type { TabPaneProps } from "./tabPane"; export type { TabContextState } from "./tabContext"; export { TabContext } from "./tabContext"; export { Tabs, TabPane, TabList, useTab }; //# sourceMappingURL=index.d.ts.map