MCPcopy
hub / github.com/futantan/OpenGpt / SearchInputProps

Interface SearchInputProps

src/components/SearchInput.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { useRef } from 'react'
3
4interface SearchInputProps {
5 placeholder: string
6 setSearchValue: (v: string) => void
7}
8export const SearchInput = (props: SearchInputProps) => {
9 const isComposing = useRef(false)
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected