import { Switch } from 'antd'; export type { SwitchProps } from 'antd/lib/switch'; export * from 'antd/lib/switch'; export default Switch;