import RadioChip from '../js/shared/components/radio-chip' type Args = React.ComponentProps export const RadioChipDefault = (args: Args) => { return } export const RadioChipDisabled = (args: Args) => { return } export const RadioChipDisabledSelected = (args: Args) => { return } export default { title: 'Shared / Components / RadioChip', component: RadioChip, args: { label: 'Option', }, }