MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / InputProps

Interface InputProps

examples/astro/src/components/ui/input.tsx:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected