We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dafb9 commit 62dc240Copy full SHA for 62dc240
components/config-provider/index.tsx
@@ -62,6 +62,7 @@ watchEffect(() => {
62
63
type GlobalConfigProviderProps = {
64
prefixCls?: MaybeRef<ConfigProviderProps['prefixCls']>;
65
+ getPopupContainer?: ConfigProviderProps['getPopupContainer'];
66
};
67
68
let stopWatchEffect: WatchStopHandle;
0 commit comments