main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
393 bytes
|
Line | |
---|
1 | import type { FutureConfig as RouterFutureConfig } from "@remix-run/router";
|
---|
2 | import type { FutureConfig as RenderFutureConfig } from "./components";
|
---|
3 | export declare function warnOnce(key: string, message: string): void;
|
---|
4 | export declare function logV6DeprecationWarnings(renderFuture: Partial<RenderFutureConfig> | undefined, routerFuture?: Omit<RouterFutureConfig, "v7_prependBasename">): void;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.