/** * Copyright (c) 2019, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: MIT * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT */ export { NavigationContext } from 'lwr/navigationContext'; export { CurrentPageReference } from 'lwr/currentPageReference'; export { CurrentView } from 'lwr/currentView'; export type { ContextId } from 'lwr/navigationContext'; export type { PageReference, RouteInstance } from 'lwr/router'; export type { Constructable } from 'lwr/routerUtils'; export { ContextInfo, getNavigationHelm, registerNavigationHelm, generateContextualWireAdapter, } from 'lwr/contextUtils'; export { navigate, generateUrl } from './navigationApi.js'; export { NavigationMixin } from './navigationMixin.js'; //# sourceMappingURL=navigation.d.ts.map