package.dist.components.toggle-group.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 { ValueChangeDetails as ToggleGroupValueChangeDetails } from '@zag-js/toggle-group';
export { ToggleGroupContext, type ToggleGroupContextProps, } from './toggle-group-context';
export { ToggleGroupItem, type ToggleGroupItemBaseProps, type ToggleGroupItemProps, } from './toggle-group-item';
export { ToggleGroupRoot, type ToggleGroupRootBaseProps, type ToggleGroupRootProps, } from './toggle-group-root';
export { ToggleGroupRootProvider, type ToggleGroupRootProviderBaseProps, type ToggleGroupRootProviderProps, } from './toggle-group-root-provider';
export { toggleGroupAnatomy } from './toggle-group.anatomy';
export { useToggleGroup, type UseToggleGroupProps, type UseToggleGroupReturn, } from './use-toggle-group';
export { useToggleGroupContext, type UseToggleGroupContext } from './use-toggle-group-context';
export * as ToggleGroup from './toggle-group';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy