UNPKG

@wordpress/components

Version:
9 lines 562 B
/** * @deprecated Use `RadioControl` or `ToggleGroupControl` instead. */ export declare const Radio: import("react").ForwardRefExoticComponent<Pick<import("../button/types").ButtonProps, "__next40pxDefaultSize"> & { value: string | number; children?: React.ReactNode; } & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children" | "value" | "as" | "__next40pxDefaultSize"> & import("react").RefAttributes<any>>; export default Radio; //# sourceMappingURL=radio.d.ts.map