UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

8 lines (6 loc) 261 B
/*! Buefy v0.7.10 | MIT License | github.com/buefy/buefy */ // Polyfills for SSR var isSSR = typeof window === 'undefined'; var HTMLElement = isSSR ? Object : window.HTMLElement; var File = isSSR ? Object : window.File; export { File as F, HTMLElement as H };