index.d.ts 128 B

123
  1. import { unstable_batchedUpdates as batch } from './utils/reactBatchedUpdates';
  2. export { batch };
  3. export * from './exports';