UNPKG

@ishitatsuyuki/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

7 lines (5 loc) 210 B
// Polyfills for SSR const isSSR = typeof window === 'undefined'; const HTMLElement = isSSR ? Object : window.HTMLElement; const File = isSSR ? Object : window.File; export { File as F, HTMLElement as H };