UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

5 lines (4 loc) 168 B
const target = typeof window === "undefined" ? global : window; const raf = target.requestAnimationFrame; const caf = target.cancelAnimationFrame; export { caf, raf };