import Switch from './switch';

// export types
export type { SwitchProps } from './switch';

// export component
export { Switch };
