From 8463a12ce91660a9387d2b7c3ec2ea78efcb691a Mon Sep 17 00:00:00 2001 From: wanjinping Date: Tue, 17 Dec 2024 17:24:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(portal-context):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E4=BB=A3=E7=A0=81(#3060)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/hiui/src/index.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/ui/hiui/src/index.ts b/packages/ui/hiui/src/index.ts index 85064388b..84635c55c 100644 --- a/packages/ui/hiui/src/index.ts +++ b/packages/ui/hiui/src/index.ts @@ -93,15 +93,6 @@ export * from '@hi-ui/locale-context' */ export { default as LocaleContext } from '@hi-ui/locale-context' -/** - * @deprecated Please use the `Provider` instead of it. - */ -export * from '@hi-ui/portal-context' -/** - * @deprecated Please use the `Provider` instead of it. - */ -export { default as PortalContext } from '@hi-ui/portal-context' - export * from '@hi-ui/menu' export { default as Menu } from '@hi-ui/menu'