UNPKG

@ariakit/react

Version:

Toolkit for building accessible web apps with React

22 lines (21 loc) 881 B
export type { TabOptions, TabProps } from "@ariakit/react-components/tab/tab"; export { Tab } from "@ariakit/react-components/tab/tab"; export { useTabContext } from "@ariakit/react-components/tab/tab-context"; export type { TabListOptions, TabListProps, } from "@ariakit/react-components/tab/tab-list"; export { TabList } from "@ariakit/react-components/tab/tab-list"; export type { TabPanelOptions, TabPanelProps, } from "@ariakit/react-components/tab/tab-panel"; export { TabPanel } from "@ariakit/react-components/tab/tab-panel"; export type { TabProviderProps } from "@ariakit/react-components/tab/tab-provider"; export { TabProvider } from "@ariakit/react-components/tab/tab-provider"; export type { TabStore, TabStoreProps, TabStoreState, } from "@ariakit/react-components/tab/tab-store"; export { useTabStore } from "@ariakit/react-components/tab/tab-store";