alternate-renderers.d.ts 101 B

123
  1. declare const batch: (callback: () => void) => void;
  2. export { batch };
  3. export * from './exports';