UNPKG
@ntohq/buefy-next
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Lightweight UI components for Vue.js (v3) based on Bulma
buefy.org
ntohq/buefy-next
@ntohq/buefy-next
/
dist
/
esm
/
ssr-fOdpiQf0.js
6 lines
(4 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
const
isSSR =
typeof
window
===
"undefined"
;
const
HTMLElement
= isSSR ?
Object
:
window
.
HTMLElement
;
const
File
= isSSR ?
Object
:
window
.
File
;
export
{
File
as
F,
HTMLElement
as
H };