Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

DraftEditorFlushControlled.js 387 B

3 лет назад
12345678910111213141516
  1. "use strict";
  2. /**
  3. * Copyright (c) Facebook, Inc. and its affiliates.
  4. *
  5. * This source code is licensed under the MIT license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. *
  8. * @format
  9. *
  10. * @emails oncall+draft_js
  11. */
  12. var ReactDOMComet = require("react-dom");
  13. var flushControlled = ReactDOMComet.unstable_flushControlled;
  14. module.exports = flushControlled;