UNPKG

@ark-ui/react

Version:

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

5 lines (4 loc) 449 B
export { ToggleContext as Context, type ToggleContextProps as ContextProps } from './toggle-context'; export { ToggleIndicator as Indicator, type ToggleIndicatorBaseProps as IndicatorBaseProps, type ToggleIndicatorProps as IndicatorProps, } from './toggle-indicator'; export { ToggleRoot as Root, type ToggleRootBaseProps as RootBaseProps, type ToggleRootProps as RootProps, } from './toggle-root'; export { toggleAnatomy } from './toggle.anatomy';