import * as React from 'react'; import { RadioGroup } from '@fluentui/react-northstar'; const handleChange = () => { alert('The radio checked value was changed!'); }; const RadioGroupItemExample = () => ( ); export default RadioGroupItemExample;