UNPKG

@spark-web/radio

Version:

--- title: Radio storybookPath: forms-radio--default isExperimentalPackage: true ---

4 lines (3 loc) 294 B
/// <reference types="react" /> import type { RadioGroupProps } from './types'; export declare const RadioGroup: <Value extends string>({ children, disabled, name, onChange, size, value, message, id: idProp, "aria-describedby": ariaDescribedBy, tone, }: RadioGroupProps<Value>) => JSX.Element;