
package.dist.components.switch.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 { CheckedChangeDetails as SwitchCheckedChangeDetails } from '@zag-js/switch';
export { SwitchContext, type SwitchContextProps, } from './switch-context';
export { SwitchControl, type SwitchControlBaseProps, type SwitchControlProps, } from './switch-control';
export { SwitchHiddenInput, type SwitchHiddenInputBaseProps, type SwitchHiddenInputProps, } from './switch-hidden-input';
export { SwitchLabel, type SwitchLabelBaseProps, type SwitchLabelProps, } from './switch-label';
export { SwitchRoot, type SwitchRootBaseProps, type SwitchRootProps, } from './switch-root';
export { SwitchRootProvider, type SwitchRootProviderBaseProps, type SwitchRootProviderProps, } from './switch-root-provider';
export { SwitchThumb, type SwitchThumbBaseProps, type SwitchThumbProps, } from './switch-thumb';
export { switchAnatomy } from './switch.anatomy';
export { useSwitch, type UseSwitchProps, type UseSwitchReturn } from './use-switch';
export { useSwitchContext, type UseSwitchContext } from './use-switch-context';
export * as Switch from './switch';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy