4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
|
import { unstable_batchedUpdates as batch } from './utils/reactBatchedUpdates';
|
||
|
export { batch };
|
||
|
export * from './exports';
|