You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
286 B
8 lines
286 B
|
2 months ago
|
/**
|
||
|
|
* Before starting the Next.js runtime and requiring any module, we need to make
|
||
|
|
* sure the following scripts are executed in the correct order:
|
||
|
|
* - Polyfills
|
||
|
|
* - next/script with `beforeInteractive` strategy
|
||
|
|
*/
|
||
|
|
export declare function appBootstrap(callback: () => void): void;
|