MCPcopy
hub / github.com/BetaSu/big-react / BatchConfig

Interface BatchConfig

packages/react/src/currentBatchConfig.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface BatchConfig {
2 transition: number | null;
3}
4
5const ReactCurrentBatchConfig: BatchConfig = {
6 transition: null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected