UNPKG

@wordpress/element

Version:
10 lines 349 B
/** * Finds the DOM node of a React component instance. * * @deprecated since WordPress 7.1.0. Use DOM refs instead. * @see https://react.dev/reference/react-dom/findDOMNode * * @param instance Component's instance. */ export default function findDOMNode(instance: any): Element | Text | null; //# sourceMappingURL=find-dom-node.d.ts.map