MCPcopy
hub / github.com/pqoqubbw/icons / InputProps

Interface InputProps

components/ui/input.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { cn } from "@/lib/utils";
5
6interface InputProps extends React.ComponentProps<typeof BaseInput> {
7 inputContainerClassName?: string;
8 leadingIcon?: React.ReactNode;
9 trailingIcon?: React.ReactNode;
10}
11
12const Input = ({
13 inputContainerClassName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected