UNPKG

microsite

Version:
18 lines (17 loc) 435 B
import { FunctionalComponent } from "preact"; export declare const __DocContext: import("preact").Context<{ head: { current: any[]; }; hydrate: { current: any[]; }; }>; export declare const __hydratedComponents: any[]; export declare const Document: FunctionalComponent<{ hydrateExportManifest?: any; page?: string; styles?: string[]; globalStyle?: string; hasScripts?: boolean; }>;