UNPKG
dw-neit-style
Version:
latest (3.7.1-b4)
3.7.1-b4
3.7.1-b3
css-in-js solution for application combine with antd v5 token system and emotion
dw-neit-style
/
es
/
types
/
styleManager.d.ts
3 lines
(2 loc)
•
92 B
TypeScript
View Raw
1
2
3
import
{
Emotion
}
from
'@emotion/css/create-instance'
;
export
type
StyleManager
=
Emotion
;