UNPKG

@ark-ui/react

Version:

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

10 lines (9 loc) 871 B
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';