Handle browser Errors.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { BunxRouteParams, GrabPageComponentRes } from "../../../types";
|
||||
type Params = {
|
||||
error?: any;
|
||||
routeParams?: BunxRouteParams;
|
||||
is404?: boolean;
|
||||
};
|
||||
export default function grabPageErrorComponent({ error, routeParams, is404, }: Params): Promise<GrabPageComponentRes>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user