UNPKG

@mui/material-nextjs

Version:

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

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