deepseek-pc/node_modules/naive-ui/lib/_utils/env/is-native-lazy-load.js

6 lines
271 B
JavaScript
Raw Normal View History

2025-02-28 19:43:11 +08:00
"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');