MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / AuthInputProps

Interface AuthInputProps

src/components/auth/AuthInput.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useFormContext } from "react-hook-form";
2
3interface AuthInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
4 label: string;
5 name: string;
6}
7
8const AuthInput = ({ label, name, ...rest }: AuthInputProps) => {
9 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected