fictoan-react
Version:
A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.
8 lines (7 loc) • 380 B
TypeScript
import React from "react";
export declare const RadioButton: React.ForwardRefExoticComponent<Omit<import('../BaseInputComponent/constants').BaseInputComponentProps<HTMLDivElement>, "as" | "value" | "onChange"> & {
value: string;
checked?: boolean;
onChange?: (value: string) => void;
} & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=RadioButton.d.ts.map