package.dist.components.menu.index.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 { HighlightChangeDetails as MenuHighlightChangeDetails, OpenChangeDetails as MenuOpenChangeDetails, SelectionDetails as MenuSelectionDetails, } from '@zag-js/menu';
export { MenuArrow, type MenuArrowBaseProps, type MenuArrowProps, } from './menu-arrow';
export { MenuArrowTip, type MenuArrowTipBaseProps, type MenuArrowTipProps, } from './menu-arrow-tip';
export { MenuCheckboxItem, type MenuCheckboxItemBaseProps, type MenuCheckboxItemProps, } from './menu-checkbox-item';
export { MenuContent, type MenuContentBaseProps, type MenuContentProps, } from './menu-content';
export { MenuContext, type MenuContextProps, } from './menu-context';
export { MenuContextTrigger, type MenuContextTriggerBaseProps, type MenuContextTriggerProps, } from './menu-context-trigger';
export { MenuIndicator, type MenuIndicatorBaseProps, type MenuIndicatorProps, } from './menu-indicator';
export { MenuItem, type MenuItemBaseProps, type MenuItemProps, } from './menu-item';
export { MenuItemContext, type MenuItemContextProps, } from './menu-item-context';
export { MenuItemGroup, type MenuItemGroupBaseProps, type MenuItemGroupProps, } from './menu-item-group';
export { MenuItemGroupLabel, type MenuItemGroupLabelBaseProps, type MenuItemGroupLabelProps, } from './menu-item-group-label';
export { MenuItemIndicator, type MenuItemIndicatorBaseProps, type MenuItemIndicatorProps, } from './menu-item-indicator';
export { MenuItemText, type MenuItemTextBaseProps, type MenuItemTextProps, } from './menu-item-text';
export { MenuPositioner, type MenuPositionerBaseProps, type MenuPositionerProps, } from './menu-positioner';
export { MenuRadioItem, type MenuRadioItemBaseProps, type MenuRadioItemProps, } from './menu-radio-item';
export { MenuRadioItemGroup, type MenuRadioItemGroupBaseProps, type MenuRadioItemGroupProps, } from './menu-radio-item-group';
export { MenuRoot, type MenuRootBaseProps, type MenuRootProps, } from './menu-root';
export { MenuRootProvider, type MenuRootProviderBaseProps, type MenuRootProviderProps, } from './menu-root-provider';
export { MenuSeparator, type MenuSeparatorBaseProps, type MenuSeparatorProps, } from './menu-separator';
export { MenuTrigger, type MenuTriggerBaseProps, type MenuTriggerProps, } from './menu-trigger';
export { MenuTriggerItem, type MenuTriggerItemBaseProps, type MenuTriggerItemProps, } from './menu-trigger-item';
export { menuAnatomy } from './menu.anatomy';
export { useMenu, type UseMenuProps, type UseMenuReturn } from './use-menu';
export { useMenuContext, type UseMenuContext } from './use-menu-context';
export { useMenuItemContext, type UseMenuItemContext } from './use-menu-item-context';
export type { ValueChangeDetails as MenuValueChangeDetails } from './use-menu-item-group-context';
export * as Menu from './menu';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy