UNPKG

buefy

Version:

Lightweight UI components for Vue.js (v3) based on Bulma

9 lines (6 loc) 217 B
'use strict'; const isSSR = typeof window === "undefined"; const HTMLElement = isSSR ? Object : window.HTMLElement; const File = isSSR ? Object : window.File; exports.File = File; exports.HTMLElement = HTMLElement;