@spark-web/radio
Version:
--- title: Radio storybookPath: forms-radio--default isExperimentalPackage: true ---
3 lines (2 loc) • 337 B
TypeScript
import type { RadioGroupProps } from "./types.js";
export declare const RadioGroup: <Value extends string | boolean>({ children, disabled, name, onChange, size, value, message, id: idProp, "aria-describedby": ariaDescribedBy, "aria-label": ariaLabel, tone, }: RadioGroupProps<Value>) => import("@emotion/react/jsx-runtime").JSX.Element;