UNPKG

@ribajs/router

Version:

Routing extension for Riba.js inspired by Barba.js

9 lines (8 loc) 273 B
import { Binder } from "@ribajs/core"; export declare class ViewStaticBinder extends Binder<string, HTMLAnchorElement> { static key: string; static block: boolean; private nested; routine(el: HTMLElement, options: any): Promise<void>; unbind(): void; }