UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

7 lines (5 loc) 201 B
// 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 };