import { ViewRouter } from "@pastweb/tools"; //#region src/router/installRouter/types.d.ts /** * Options used by {@link installRouter}. */ interface RouterOptions { /** Router instance created with `createViewRouter` from `@pastweb/tools`. */ router: ViewRouter; /** Optional base path applied before the router is installed. */ base?: string; } //#endregion export { RouterOptions }; //# sourceMappingURL=types.d.ts.map