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
/
@emotion
/
react.d.ts
7 lines
(6 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
EmotionCache
}
from
"@emotion/utils"
;
declare
module
"@emotion/react"
{
function
__unsafe_useEmotionCache
(
):
EmotionCache
|
null
; }
export
{ __unsafe_useEmotionCache
as
useEmotionCache }
from
"@emotion/react"
;
export
*
from
"@emotion/react"
;