| Current Path : /home/emeraadmin/www/node_modules/tss-react/ |
| Current File : /home/emeraadmin/www/node_modules/tss-react/nextJs.d.ts |
import type NextDocument from "next/document";
import type { EmotionCache } from "@emotion/cache";
/** @se <https://docs.tss-react.dev/ssr/next.js> */
export declare function withEmotionCache(params: {
Document: typeof NextDocument;
getCaches?: () => EmotionCache[];
}): typeof NextDocument;