UNPKG

react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

4 lines (3 loc) 83 B
global.requestAnimationFrame = function (callback) { setTimeout(callback, 0); };