UNPKG

@ark-ui/react

Version:

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

19 lines (18 loc) 1.78 kB
export type { OpenChangeDetails as PopoverOpenChangeDetails } from '@zag-js/popover'; export { PopoverAnchor, type PopoverAnchorBaseProps, type PopoverAnchorProps } from './popover-anchor'; export { PopoverArrow, type PopoverArrowBaseProps, type PopoverArrowProps } from './popover-arrow'; export { PopoverArrowTip, type PopoverArrowTipBaseProps, type PopoverArrowTipProps } from './popover-arrow-tip'; export { PopoverCloseTrigger, type PopoverCloseTriggerBaseProps, type PopoverCloseTriggerProps, } from './popover-close-trigger'; export { PopoverContent, type PopoverContentBaseProps, type PopoverContentProps } from './popover-content'; export { PopoverContext, type PopoverContextProps } from './popover-context'; export { PopoverDescription, type PopoverDescriptionBaseProps, type PopoverDescriptionProps, } from './popover-description'; export { PopoverIndicator, type PopoverIndicatorBaseProps, type PopoverIndicatorProps } from './popover-indicator'; export { PopoverPositioner, type PopoverPositionerBaseProps, type PopoverPositionerProps } from './popover-positioner'; export { PopoverRoot, type PopoverRootBaseProps, type PopoverRootProps } from './popover-root'; export { PopoverRootProvider, type PopoverRootProviderBaseProps, type PopoverRootProviderProps, } from './popover-root-provider'; export { PopoverTitle, type PopoverTitleBaseProps, type PopoverTitleProps } from './popover-title'; export { PopoverTrigger, type PopoverTriggerBaseProps, type PopoverTriggerProps } from './popover-trigger'; export { popoverAnatomy } from './popover.anatomy'; export { usePopover, type UsePopoverProps, type UsePopoverReturn } from './use-popover'; export { usePopoverContext, type UsePopoverContext } from './use-popover-context'; export * as Popover from './popover';