UNPKG

@ducor/form

Version:
3 lines (2 loc) 231 B
import { RadioProps } from "@ducor/types"; export declare const Radio: ({ name, label, options, id, direction, withAsterisk, helperText, defaultValue, disabled, className, }: RadioProps) => import("react/jsx-runtime").JSX.Element;