UNPKG

@hmlr/govuk-react-components-library

Version:

These are common component use for React applications based on GDS and govuk-frontend

8 lines (7 loc) 191 B
import { BooleanItem } from "../Boolean/Boolean.types"; export interface RadiosProps { value?: string; defaultValue?: string; items?: BooleanItem[]; [key: string]: unknown; }