source: frontend/node_modules/workbox-routing/index.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 571 bytes
Line 
1import { NavigationRoute, NavigationRouteMatchOptions } from './NavigationRoute.js';
2import { RegExpRoute } from './RegExpRoute.js';
3import { registerRoute } from './registerRoute.js';
4import { Route } from './Route.js';
5import { Router } from './Router.js';
6import { setCatchHandler } from './setCatchHandler.js';
7import { setDefaultHandler } from './setDefaultHandler.js';
8import './_version.js';
9/**
10 * @module workbox-routing
11 */
12export { NavigationRoute, RegExpRoute, registerRoute, Route, Router, setCatchHandler, setDefaultHandler, NavigationRouteMatchOptions, };
Note: See TracBrowser for help on using the repository browser.