MCPcopy Create free account
hub / github.com/cosdensolutions/code / SearchProps

Interface SearchProps

videos/long/learn-react-hooks-useCallback/Search.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { memo } from 'react';
2
3interface SearchProps {
4 onChange: (text: string) => void;
5}
6
7function Search({ onChange }: SearchProps) {
8 console.log('Search rendered!');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected