UNPKG

echelonjs

Version:

A new JSX/TSX based framework with decorator-driven reactivity.

4 lines (3 loc) 172 B
export { Router, RouterOutlet, Link, navigate } from './router'; export type { RouteRecord, RouteMatch } from './types'; export { Param, Query } from '../core/decorators';