mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
65ec57df37
New take on #33441. This uses a wrapper instead of a separate bundle.
16 lines
392 B
JavaScript
16 lines
392 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
export {
|
|
renderToPipeableStream,
|
|
renderToReadableStream,
|
|
version,
|
|
} from './ReactDOMFizzServerNode.js';
|
|
export {prerenderToNodeStream, prerender} from './ReactDOMFizzStaticNode.js';
|