Skip to content

Commit 62dc240

Browse files
committed
feat: ConfigProvider.config add getPopupContainer
1 parent b3dafb9 commit 62dc240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/config-provider/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ watchEffect(() => {
6262

6363
type GlobalConfigProviderProps = {
6464
prefixCls?: MaybeRef<ConfigProviderProps['prefixCls']>;
65+
getPopupContainer?: ConfigProviderProps['getPopupContainer'];
6566
};
6667

6768
let stopWatchEffect: WatchStopHandle;

0 commit comments

Comments
 (0)