UNPKG

naive-ui

Version:

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

8 lines (7 loc) 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDocument = exports.download = void 0; var download_1 = require("./download"); Object.defineProperty(exports, "download", { enumerable: true, get: function () { return download_1.download; } }); var is_document_1 = require("./is-document"); Object.defineProperty(exports, "isDocument", { enumerable: true, get: function () { return is_document_1.isDocument; } });