mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 11:42:38 +08:00
4 lines
393 B
TypeScript
4 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;
|