Handle browser Errors.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { BunextPageModuleMeta } from "../../../types";
|
||||
type Params = {
|
||||
meta: BunextPageModuleMeta;
|
||||
};
|
||||
export default function grabWebMetaHTML({ meta }: Params): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user