MCPcopy Create free account
hub / github.com/better-auth/examples / InputProps

Interface InputProps

tanstack-example/app/components/ui/input.tsx:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected