1. /**
    
  2.  * Copyright (c) Meta Platforms, Inc. and affiliates.
    
  3.  *
    
  4.  * This source code is licensed under the MIT license found in the
    
  5.  * LICENSE file in the root directory of this source tree.
    
  6.  *
    
  7.  * @flow
    
  8.  */
    
  9. 
    
  10. export {default as __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED} from './src/ReactDOMSharedInternals';
    
  11. export {
    
  12.   createPortal,
    
  13.   createRoot,
    
  14.   hydrateRoot,
    
  15.   flushSync,
    
  16.   unstable_batchedUpdates,
    
  17.   unstable_createEventHandle,
    
  18.   unstable_runWithPriority, // DO NOT USE: Temporarily exposed to migrate off of Scheduler.runWithPriority.
    
  19.   useFormStatus,
    
  20.   useFormState,
    
  21.   prefetchDNS,
    
  22.   preconnect,
    
  23.   preload,
    
  24.   preloadModule,
    
  25.   preinit,
    
  26.   preinitModule,
    
  27.   version,
    
  28. } from './src/client/ReactDOM';