UNPKG

@arco-design/web-vue

Version:

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

8 lines (7 loc) 309 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const target = typeof window === "undefined" ? global : window; const raf = target.requestAnimationFrame; const caf = target.cancelAnimationFrame; exports.caf = caf; exports.raf = raf;