UNPKG

@itwin/unified-selection-react

Version:

React components for making use of `@itwin/unified-selection` package in React applications more straightforward

11 lines 1.01 kB
"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.useUnifiedSelectionContext = exports.UnifiedSelectionContextProvider = void 0; var UnifiedSelectionContext_js_1 = require("./unified-selection-react/UnifiedSelectionContext.js"); Object.defineProperty(exports, "UnifiedSelectionContextProvider", { enumerable: true, get: function () { return UnifiedSelectionContext_js_1.UnifiedSelectionContextProvider; } }); Object.defineProperty(exports, "useUnifiedSelectionContext", { enumerable: true, get: function () { return UnifiedSelectionContext_js_1.useUnifiedSelectionContext; } }); //# sourceMappingURL=unified-selection-react.js.map