UNPKG

@itwin/presentation-backend

Version:

Backend of iTwin.js Presentation library

12 lines 981 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports._presentation_manager_detail = void 0; // WARNING: This barrel file exports internal APIs only for use by Presentation packages. // They should not be used outside of these packages. These APIs may be broken or removed at any time without notice. var InternalSymbols_js_1 = require("./presentation-backend/InternalSymbols.js"); Object.defineProperty(exports, "_presentation_manager_detail", { enumerable: true, get: function () { return InternalSymbols_js_1._presentation_manager_detail; } }); //# sourceMappingURL=presentation-backend-internal.js.map