Skip to content

Commit

Permalink
feat: ConfigProvider.config add getPopupContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jun 21, 2022
1 parent b3dafb9 commit 62dc240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/config-provider/index.tsx
Expand Up @@ -62,6 +62,7 @@ watchEffect(() => {

type GlobalConfigProviderProps = {
prefixCls?: MaybeRef<ConfigProviderProps['prefixCls']>;
getPopupContainer?: ConfigProviderProps['getPopupContainer'];
};

let stopWatchEffect: WatchStopHandle;
Expand Down

0 comments on commit 62dc240

Please sign in to comment.