UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

11 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImportToAdd = void 0; class ImportToAdd { constructor(className, fileImportPath) { this.className = className; this.fileImportPath = fileImportPath; } } exports.ImportToAdd = ImportToAdd; //# sourceMappingURL=import-to-add.js.map