UNPKG

@ishitatsuyuki/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

8 lines (5 loc) 259 B
// Polyfills for SSR export const isSSR = typeof window === 'undefined' export const HTMLElement = isSSR ? Object : window.HTMLElement export const HTMLInputElement = isSSR ? Object : window.HTMLInputElement export const File = isSSR ? Object : window.File