export type { TabsState, InitialTabsState } from "./state";
export { useTabsState } from "./useTabsState";
export type { TabsHookOptions } from "./useTabsState";
