MCPcopy Index your code
hub / github.com/Seanium/ChatMap / InputProps

Interface InputProps

components/ui/input.tsx:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected