From c032827163833e1b63952a7d3a86adea59343fc5 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Mon, 9 Jan 2023 11:26:45 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20=E4=BF=AE=E6=AD=A3=20withTheme?= =?UTF-8?q?=20=E4=B8=A2=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/functions/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions/index.ts b/src/functions/index.ts index b0e0b2de..4e966c0f 100644 --- a/src/functions/index.ts +++ b/src/functions/index.ts @@ -1,4 +1,5 @@ export { css, cx, injectGlobal, keyframes } from '@emotion/css'; +export { withTheme } from '@emotion/react'; export * from './createGlobalStyle'; export * from './createStyish'; export * from './createStyles';