export * as Switch from './UISwitch.parts'; export { defaultControlProps, defaultRootProps, defaultThumbProps, SwitchControl, SwitchProps, SwitchProvider, SwitchThumb, useSwitchContext } from 'primereact/switch'; export { UISwitchRoot as SwitchRoot } from './root';