importReactfrom'react'importTogglefrom'react-ions/lib/components/Toggle'constExampleToggleConfirmation = () => (
<Togglelabel='Click to show a confirmation'confirm='both'confirmWidth='184'confirmText='Sure about that?' />
)
exportdefaultExampleToggleConfirmation