UNPKG

highlight-react

Version:

Text highlighting component for react applications

7 lines (6 loc) 142 B
interface IProps { children: any; search?: string; } export default function Highlight({ children, search }: IProps): any; export {};