MCPcopy
hub / github.com/Peppermint-Lab/peppermint / InputProps

Interface InputProps

apps/client/@/shadcn/ui/input.tsx:5–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { cn } from "@/shadcn/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