From 8141d7823ffa096aad754875b4057f8747ea3795 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Thu, 16 Feb 2023 23:37:04 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20=E4=BF=AE=E6=AD=A3=20styled=20?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index fc747884..11b40ac4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ export * from './containers'; +export { styled } from './core/engine'; export * from './functions'; export * from './hooks'; -export { styled, withTheme } from './pedestal'; export * from './types';