UNPKG

109 BTypeScriptView Raw
1import { FC } from "preact/compat";
2export declare function withHydrate<T extends FC<any>>(Component: T): T;