UNPKG

reactbits-mcp-server

Version:

MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements

7 lines (5 loc) 154 B
import { useContext } from 'react'; import { SearchContext } from './SearchContext'; export function useSearch() { return useContext(SearchContext); }