| 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 __DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE} from './src/ReactDOMSharedInternals'; |
| 11 | export { |
| 12 | browser, |
| 13 | createPortal, |
| 14 | flushSync, |
| 15 | prefetchDNS, |
| 16 | preconnect, |
| 17 | preload, |
| 18 | preloadModule, |
| 19 | preinit, |
| 20 | preinitModule, |
| 21 | requestFormReset, |
| 22 | unstable_batchedUpdates, |
| 23 | useFormState, |
| 24 | useFormStatus, |
| 25 | version, |
| 26 | } from './src/shared/ReactDOM'; |