mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-29 01:08:27 +08:00
5 lines
393 B
TypeScript
5 lines
393 B
TypeScript
|
import type { FutureConfig as RouterFutureConfig } from "@remix-run/router";
|
||
|
import type { FutureConfig as RenderFutureConfig } from "./components";
|
||
|
export declare function warnOnce(key: string, message: string): void;
|
||
|
export declare function logV6DeprecationWarnings(renderFuture: Partial<RenderFutureConfig> | undefined, routerFuture?: Omit<RouterFutureConfig, "v7_prependBasename">): void;
|