UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

14 lines (13 loc) 1.2 kB
export type { OpenChangeDetails as TooltipOpenChangeDetails } from '@zag-js/tooltip'; export { TooltipArrow, type TooltipArrowBaseProps, type TooltipArrowProps } from './tooltip-arrow'; export { TooltipArrowTip, type TooltipArrowTipBaseProps, type TooltipArrowTipProps } from './tooltip-arrow-tip'; export { TooltipContent, type TooltipContentBaseProps, type TooltipContentProps } from './tooltip-content'; export { TooltipContext, type TooltipContextProps } from './tooltip-context'; export { TooltipPositioner, type TooltipPositionerBaseProps, type TooltipPositionerProps } from './tooltip-positioner'; export { TooltipRoot, type TooltipRootBaseProps, type TooltipRootProps } from './tooltip-root'; export { TooltipRootProvider, type TooltipRootProviderBaseProps, type TooltipRootProviderProps, } from './tooltip-root-provider'; export { TooltipTrigger, type TooltipTriggerBaseProps, type TooltipTriggerProps } from './tooltip-trigger'; export { tooltipAnatomy } from './tooltip.anatomy'; export { useTooltip, type UseTooltipProps, type UseTooltipReturn } from './use-tooltip'; export { useTooltipContext, type UseTooltipContext } from './use-tooltip-context'; export * as Tooltip from './tooltip';