import type { SwitchProps } from 'antd'; import { Switch as AntdSwitch } from 'antd'; export function Switch(props: SwitchProps) { return ; }