UNPKG

251 BTypeScriptView Raw
1import { FC } from "preact/compat";
2export declare const __DocContext: import("preact").Context<{
3 head: {
4 current: any[];
5 };
6}>;
7export declare const Document: FC<{
8 render: any;
9 styles?: string[];
10 hasScripts?: boolean;
11}>;