"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.selectedElements = void0;
// add selected elements to this array, then values are available in other schematicsexports.selectedElements = [];
//# sourceMappingURL=selected-elements.js.map