Browse Source

feat: ConfigProvider.config add getPopupContainer

pull/5750/head
tangjinzhou 2 years ago
parent
commit
62dc2402f3
  1. 1
      components/config-provider/index.tsx

1
components/config-provider/index.tsx

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

Loading…
Cancel
Save