UNPKG

buefy

Version:

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

6 lines (4 loc) 186 B
const isSSR = typeof window === "undefined"; const HTMLElement = isSSR ? Object : window.HTMLElement; const File = isSSR ? Object : window.File; export { File as F, HTMLElement as H };