@ariakit/react
Version:
Toolkit for building accessible web apps with React
25 lines (24 loc) • 1.05 kB
text/typescript
export type {
TooltipOptions,
TooltipProps,
} from "@ariakit/react-components/tooltip/tooltip";
export { Tooltip } from "@ariakit/react-components/tooltip/tooltip";
export type {
TooltipAnchorOptions,
TooltipAnchorProps,
} from "@ariakit/react-components/tooltip/tooltip-anchor";
export { TooltipAnchor } from "@ariakit/react-components/tooltip/tooltip-anchor";
export type {
TooltipArrowOptions,
TooltipArrowProps,
} from "@ariakit/react-components/tooltip/tooltip-arrow";
export { TooltipArrow } from "@ariakit/react-components/tooltip/tooltip-arrow";
export { useTooltipContext } from "@ariakit/react-components/tooltip/tooltip-context";
export type { TooltipProviderProps } from "@ariakit/react-components/tooltip/tooltip-provider";
export { TooltipProvider } from "@ariakit/react-components/tooltip/tooltip-provider";
export type {
TooltipStore,
TooltipStoreProps,
TooltipStoreState,
} from "@ariakit/react-components/tooltip/tooltip-store";
export { useTooltipStore } from "@ariakit/react-components/tooltip/tooltip-store";