UNPKG

@mui/material-nextjs

Version:

Collection of utilities for integration between Material UI and Next.js.

4 lines 215 B
import createCache from '@emotion/cache'; export default function createEmotionCache(options?: { enableCssLayer?: boolean | undefined; } & Parameters<typeof createCache>[0]): import("@emotion/cache").EmotionCache;