UNPKG

387 BJavaScriptView Raw
1"use strict";
2
3/**
4 * Copyright (c) Facebook, Inc. and its affiliates.
5 *
6 * This source code is licensed under the MIT license found in the
7 * LICENSE file in the root directory of this source tree.
8 *
9 * @format
10 *
11 * @emails oncall+draft_js
12 */
13var ReactDOMComet = require("react-dom");
14
15var flushControlled = ReactDOMComet.unstable_flushControlled;
16module.exports = flushControlled;
\No newline at end of file