UNPKG

winbox-ui-next

Version:

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

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