UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

2 lines 142 B
import { isBrowser } from "./is-browser.mjs"; export const isImageSupportNativeLazy = isBrowser && 'loading' in document.createElement('img');