package.dist.components.popover.popover.d.cts 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 } from '@zag-js/popover';
export { PopoverAnchor as Anchor, type PopoverAnchorProps as AnchorProps, type PopoverAnchorBaseProps as AnchorBaseProps, } from './popover-anchor';
export { PopoverArrow as Arrow, type PopoverArrowProps as ArrowProps, type PopoverArrowBaseProps as ArrowBaseProps, } from './popover-arrow';
export { PopoverArrowTip as ArrowTip, type PopoverArrowTipProps as ArrowTipProps, type PopoverArrowTipBaseProps as ArrowTipBaseProps, } from './popover-arrow-tip';
export { PopoverCloseTrigger as CloseTrigger, type PopoverCloseTriggerProps as CloseTriggerProps, type PopoverCloseTriggerBaseProps as CloseTriggerBaseProps, } from './popover-close-trigger';
export { PopoverContent as Content, type PopoverContentProps as ContentProps, type PopoverContentBaseProps as ContentBaseProps, } from './popover-content';
export { PopoverContext as Context, type PopoverContextProps as ContextProps, } from './popover-context';
export { PopoverDescription as Description, type PopoverDescriptionProps as DescriptionProps, type PopoverDescriptionBaseProps as DescriptionBaseProps, } from './popover-description';
export { PopoverIndicator as Indicator, type PopoverIndicatorProps as IndicatorProps, type PopoverIndicatorBaseProps as IndicatorBaseProps, } from './popover-indicator';
export { PopoverPositioner as Positioner, type PopoverPositionerProps as PositionerProps, type PopoverPositionerBaseProps as PositionerBaseProps, } from './popover-positioner';
export { PopoverRoot as Root, type PopoverRootProps as RootProps, type PopoverRootBaseProps as RootBaseProps, } from './popover-root';
export { PopoverRootProvider as RootProvider, type PopoverRootProviderProps as RootProviderProps, type PopoverRootProviderBaseProps as RootProviderBaseProps, } from './popover-root-provider';
export { PopoverTitle as Title, type PopoverTitleProps as TitleProps, type PopoverTitleBaseProps as TitleBaseProps, } from './popover-title';
export { PopoverTrigger as Trigger, type PopoverTriggerProps as TriggerProps, type PopoverTriggerBaseProps as TriggerBaseProps, } from './popover-trigger';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy