mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
/*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*/
|
|
|
|
// Used in next.config.js to remove the raf transitive dependency.
|
|
export default window.requestAnimationFrame;
|