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
/
factories
/
createEmotionContext.d.ts
4 lines
(3 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
Emotion
}
from
"../core"
;
export
declare
const
createEmotionContext
:
(
emotion
:
Emotion
) =>
import
(
"react"
).
Context
<
Emotion
>;