UNPKG

@jay-js/system

Version:

A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.

5 lines (4 loc) 279 B
import { IRouteInstance, IRouterOptions } from "../types/index.js"; export declare let routerOptions: IRouterOptions; export declare const resolvedRoutes: Map<string, IRouteInstance>; export declare function routerDefineOptions(options: Partial<IRouterOptions>): IRouterOptions;