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

x/keywork/react/browser/mod.ts>HydrationCallback

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
type alias HydrationCallback
import { type HydrationCallback } from "https://deno.land/x/keywork@v6.0.1/react/browser/mod.ts";

Type Parameters

optional
StaticProps extends { } | null = null
definition: (staticProps: StaticProps) => ReactNode