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.

3 lines (2 loc) 182 B
import { IRoute, IRouteInstance } from "../types/index.js"; export declare function Routes(inputRoutes: Array<IRoute>, target?: HTMLElement, prefix?: string): Array<IRouteInstance>;