MCPcopy
hub / github.com/cursor/community-plugins / InputProps

Interface InputProps

apps/cursor/src/components/ui/input.tsx:5–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { cn } from "@/lib/utils";
4
5export interface InputProps
6 extends React.InputHTMLAttributes<HTMLInputElement> {}
7
8const Input = React.forwardRef<HTMLInputElement, InputProps>(
9 ({ className, type, ...props }, ref) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected