alternate-renderers.js 208 B

123456
  1. export * from './exports';
  2. import { getBatch } from './utils/batch'; // For other renderers besides ReactDOM and React Native,
  3. // use the default noop batch function
  4. var batch = getBatch();
  5. export { batch };