MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / InputProps

Interface InputProps

frontend/src/components/Common/Input.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import clsx from 'clsx';
3
4interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
5 error?: string;
6}
7
8const Input: React.FC<InputProps> = ({ className, error, ...props }) => {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected