UNPKG
tss-react-v18-peer-testing
Version:
latest (3.6.1)
3.6.1
3.6.0
makeStyles is dead, long live makeStyles!
www.tss-react.dev
garronej/tss-react
tss-react-v18-peer-testing
/
dist
/
nextJs.d.ts
8 lines
(7 loc)
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
;