Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pagic/deps.ts>ReactDOM.findDOMNode

A static site generator powered by Deno + React
Go to Latest
function ReactDOM.findDOMNode
import { ReactDOM } from "https://deno.land/x/pagic@v1.6.2/deps.ts";
const { findDOMNode } = ReactDOM;

Parameters

instance: ReactInstance | null | undefined

Returns

Element | null | Text