UNPKG

react-find-dom-node

Version:

React 19 removed ReactDOM.findDOMNode so this fixes that

1 lines 121 B
export default function findDOMNode(component: import("react")["Component"] | import("react")["PureComponent"]): Element;