Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/tss-react/
Upload File :
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;