From 62dc2402f37c0ca0514f5b8fbb363247f0216bb2 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Tue, 21 Jun 2022 14:51:23 +0800 Subject: [PATCH] feat: ConfigProvider.config add getPopupContainer --- components/config-provider/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/config-provider/index.tsx b/components/config-provider/index.tsx index a92bc2527..51f285672 100644 --- a/components/config-provider/index.tsx +++ b/components/config-provider/index.tsx @@ -62,6 +62,7 @@ watchEffect(() => { type GlobalConfigProviderProps = { prefixCls?: MaybeRef; + getPopupContainer?: ConfigProviderProps['getPopupContainer']; }; let stopWatchEffect: WatchStopHandle;