interface InputProps {
    variant?: "background" | "border" | "transparent";
}

Hierarchy

  • InputHTMLAttributes<HTMLInputElement>
    • InputProps

Properties

Properties

variant?: "background" | "border" | "transparent"