UNPKG

@tinijs/router

Version:

The router module for the TiniJS framework.

7 lines (6 loc) 516 B
export declare function UseRouter(): (prototype: any, propertyName: string) => void; export declare function UseRoute(): (prototype: any, propertyName: string) => void; export declare function UseParams(): (prototype: any, propertyName: string) => void; export declare function UseQuery(): (prototype: any, propertyName: string) => void; export declare function UseFragment(): (prototype: any, propertyName: string) => void; export declare function UseNavIndicator(): (prototype: any, propertyName: string) => void;