const EnforceSwitch = ({ enforce, onChange }: { enforce: boolean, onChange: React.ChangeEventHandler }) => { return ( ); }; export { EnforceSwitch };