feat: ConfigProvider.config add getPopupContainer

pull/5750/head
tangjinzhou 2022-06-21 14:51:23 +08:00
parent b3dafb92ef
commit 62dc2402f3
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ watchEffect(() => {
type GlobalConfigProviderProps = { type GlobalConfigProviderProps = {
prefixCls?: MaybeRef<ConfigProviderProps['prefixCls']>; prefixCls?: MaybeRef<ConfigProviderProps['prefixCls']>;
getPopupContainer?: ConfigProviderProps['getPopupContainer'];
}; };
let stopWatchEffect: WatchStopHandle; let stopWatchEffect: WatchStopHandle;