import type { EnumFieldWidgetConfig } from '@handie/runtime-core';

interface RadioEnumFieldWidgetConfig extends EnumFieldWidgetConfig {
  readonly hintIcon?: string;
}

export type { RadioEnumFieldWidgetConfig };
