This commit is contained in:
Kismet Hasanaj
2026-05-02 20:07:02 +02:00
parent ce8672e283
commit 34dc9aec52
9428 changed files with 1733330 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import { ReadonlyURLSearchParams } from './readonly-url-search-params';
export declare function unstable_isUnrecognizedActionError(): boolean;
export { redirect, permanentRedirect } from './redirect';
export { notFound } from './not-found';
export { forbidden } from './forbidden';
export { unauthorized } from './unauthorized';
export { unstable_rethrow } from './unstable-rethrow';
export { ReadonlyURLSearchParams };
export declare const RedirectType: {
readonly push: "push";
readonly replace: "replace";
};