UNPKG

220 BTypeScriptView Raw
1import { h } from "preact";
2export declare const HydrateContext: import("preact").Context<boolean>;
3export declare const withHydrate: (Component: any) => {
4 (props: any): h.JSX.Element;
5 __withHydrate: boolean;
6};