UNPKG

@spark-ui/internal-utils

Version:

package for sharing reusable code and resources across the codebase

4 lines (3 loc) 224 B
import { ReactNode } from 'react'; declare function deepFind(children: ReactNode | ReactNode[], deepFindFn: (child: ReactNode, index?: number, children?: ReactNode[]) => boolean): ReactNode | undefined; export { deepFind };