Trails Packages
    Preparing search index...
    interface RadioProps {
        inputProps?: InputHTMLAttributes<HTMLInputElement>;
        rootRef?: RefObject<HTMLDivElement | null>;
    }

    Hierarchy

    • RadioGroupItemProps
      • RadioProps
    Index

    Properties

    inputProps?: InputHTMLAttributes<HTMLInputElement>
    rootRef?: RefObject<HTMLDivElement | null>