package.dist.components.popover.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
The newest version!
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';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy