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
/
css.d.ts
5 lines
(4 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
export
type
{
CSSInterpolation
,
CSSObject
,
Css
,
Cx
,
CxArg
}
from
"../types"
;
/**
NOTE:
These function use the default cache ("tss-react/cache") */
export
declare
const
css
:
import
(
"../types"
).
Css
,
cx
:
import
(
"../types"
).
Cx
;
export
{ keyframes }
from
"@emotion/react"
;