import { Switch } from './switch';

// export types
export type { SwitchRenderProps } from 'react-aria-components';
export type { SwitchProps } from './switch';
export type { SwitchThumbIconProps } from './switch';

// export context
export { SwitchContext } from 'react-aria-components';

// export component
export { Switch };
