Handle browser Errors.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
type Params = {
|
||||
page_local_path: string;
|
||||
};
|
||||
export default function grabClientHydrationScript({ page_local_path }: Params): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user