import { Switch } from 'antd'; export const Toggle = ({ style, defaultChecked,functionName,...props }) => { return ( ); }