UNPKG

opds-web-client

Version:
12 lines (11 loc) 292 B
export declare const mockRouter: (push: any) => { push: any; createHref: (location: any) => string; }; export declare const mockRouterContext: (push?: any, pathFor?: any) => { router: { push: any; createHref: (location: any) => string; }; pathFor: any; };