vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
10 lines (9 loc) • 477 B
TypeScript
export { isPrerenderAutoRunEnabled };
export { temp_disablePrerenderAutoRun };
export { isPrerendering };
export { setContextIsPrerendering };
import type { VikeConfigObject } from '../plugin/plugins/importUserCode/v1-design/getVikeConfig.js';
declare function isPrerenderAutoRunEnabled(vikeConfig: VikeConfigObject): boolean;
declare function temp_disablePrerenderAutoRun(): void;
declare function isPrerendering(): boolean;
declare function setContextIsPrerendering(): void;