UNPKG

naive-ui

Version:

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

6 lines (5 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isImageSupportNativeLazy = void 0; const is_browser_1 = require("./is-browser"); exports.isImageSupportNativeLazy = is_browser_1.isBrowser && 'loading' in document.createElement('img');