MCPcopy
hub / github.com/pickle-com/glass / SearchPopupProps

Interface SearchPopupProps

pickleglass_web/components/SearchPopup.tsx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { MessageSquare } from 'lucide-react'
8
9interface SearchPopupProps {
10 isOpen: boolean
11 onClose: () => void
12}
13
14export default function SearchPopup({ isOpen, onClose }: SearchPopupProps) {
15 const [searchQuery, setSearchQuery] = useState('')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected