Provide @emotion/css to plugins
Summary: Changelog: Provide `emotion/css` to plugins Reviewed By: antonk52 Differential Revision: D40057817 fbshipit-source-id: 1e931eb8527d62dd4312556a6d493fdf3e17b45a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
10189a2c3f
commit
9597e672a1
@@ -18,6 +18,7 @@ export interface GlobalObject {
|
||||
Immer: any;
|
||||
antd: any;
|
||||
emotion_styled: any;
|
||||
emotion_css: any;
|
||||
antdesign_icons: any;
|
||||
ReactJsxRuntime: any;
|
||||
}
|
||||
@@ -32,6 +33,7 @@ declare module globalThis {
|
||||
let Immer: any;
|
||||
let antd: any;
|
||||
let emotion_styled: any;
|
||||
let emotion_css: any;
|
||||
let antdesign_icons: any;
|
||||
let ReactJsxRuntime: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user