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'