Interface RadiobuttonProps

interface RadiobuttonProps {
    className?: string;
    inline?: boolean;
}

Hierarchy

  • InputHTMLAttributes<HTMLInputElement>
    • RadiobuttonProps

Properties

Properties

className?: string
inline?: boolean