Refactor Bundler. Fix bugs.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
type Params = {
|
||||
page_local_path: string;
|
||||
};
|
||||
export default function grabClientHydrationScript({ page_local_path, }: Params): Promise<string>;
|
||||
export default function grabClientHydrationScript({ page_local_path, }: Params): Promise<string | undefined>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user