UNPKG

microsite

Version:
7 lines (6 loc) 220 B
import { h } from "preact"; export declare const HydrateContext: import("preact").Context<boolean>; export declare const withHydrate: (Component: any) => { (props: any): h.JSX.Element; __withHydrate: boolean; };