UNPKG

react-restyle-components

Version:
9 lines 305 B
interface RadioProps { title: string; data: Array<any>; className?: string; onChange: (item: any) => void; } export declare const Radio: ({ title, data, className, onChange, }: RadioProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=radio.component.d.ts.map