import * as React from 'react'; import RadioButton from '../RadioButton'; import notes from './RadioButton.stories.md'; export const basic = () => ; export const disabled = () => ; export default { title: 'Components/Radio/RadioButton', component: RadioButton, parameters: { notes, }, };