export type * from './src/public-types'; export { switchProps, default as USwitch } from './src/Switch'; export type { SwitchProps, SwitchSlots } from './src/Switch';