mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
6 lines
271 B
JavaScript
6 lines
271 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.withNx = void 0;
|
|
var with_nx_1 = require("./src/plugins/with-nx/with-nx");
|
|
Object.defineProperty(exports, "withNx", { enumerable: true, get: function () { return with_nx_1.withNx; } });
|