mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Move DOM/Native format configs to their respective packages The streaming configs (Node/Browser) are different because they operate at another dimension that exists in each package. * Use escapeTextForBrowser to encode dynamic strings We can now use local dependencies
11 lines
267 B
JavaScript
11 lines
267 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its 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 * from 'react-dom/src/server/ReactDOMServerFormatConfig';
|