UNPKG

tss-react-v18-peer-testing

Version:

makeStyles is dead, long live makeStyles!

8 lines (7 loc) 300 B
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;