UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

3 lines (2 loc) 131 B
import type { Target } from '../types'; export default function findNode<T>(target?: Target<T>, param?: T): Element | Text | null;