main
js 19 lines 820 Bytes
Raw
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 rendererVersion} from 'shared/ReactVersion';
11 export const rendererPackageName = 'react-server-dom-parcel';
12
13 export * from 'react-client/src/ReactFlightClientStreamConfigWeb';
14 export * from 'react-client/src/ReactClientConsoleConfigBrowser';
15 export * from 'react-client/src/ReactClientDebugConfigBrowser';
16 export * from 'react-server-dom-parcel/src/client/ReactFlightClientConfigBundlerParcel';
17 export * from 'react-server-dom-parcel/src/client/ReactFlightClientConfigTargetParcelBrowser';
18 export * from 'react-dom-bindings/src/shared/ReactFlightClientConfigDOM';
19 export const usedWithSSR = false;