source: imaps-frontend/node_modules/react-router/dist/lib/deprecations.d.ts

main
Last change on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 393 bytes
Line 
1import type { FutureConfig as RouterFutureConfig } from "@remix-run/router";
2import type { FutureConfig as RenderFutureConfig } from "./components";
3export declare function warnOnce(key: string, message: string): void;
4export declare function logV6DeprecationWarnings(renderFuture: Partial<RenderFutureConfig> | undefined, routerFuture?: Omit<RouterFutureConfig, "v7_prependBasename">): void;
Note: See TracBrowser for help on using the repository browser.