UNPKG

@ribajs/router

Version:

Routing extension for Riba.js inspired by Barba.js

11 lines (10 loc) 263 B
import type { JsxRouterViewProps } from "./index.js"; export interface RouterIntrinsicElements { "router-view": JsxRouterViewProps; } declare global { namespace JSX { interface IntrinsicElements extends RouterIntrinsicElements { } } }