Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

DraftEditorFlushControlled.js.flow 423 B

3 lat temu
1234567891011121314
  1. /**
  2. * Copyright (c) Facebook, Inc. and its 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. * @format
  8. * @flow strict
  9. * @emails oncall+draft_js
  10. */
  11. const ReactDOMComet = require("react-dom");
  12. const flushControlled: void | ((fn: () => void) => void) = ReactDOMComet.unstable_flushControlled;
  13. module.exports = flushControlled;