UNPKG

@agnostack/next-plugins

Version:

Please contact agnoStack via info@agnostack.com for any questions

10 lines (9 loc) 256 B
export function withPlugins(nextPhase: any, { defaultConfig, nextConfig, nextPlugins, env: nextEnv, ...nextProps }: { [x: string]: any; defaultConfig: any; nextConfig: any; nextPlugins: any; env: any; }): Promise<{ env: object; }>;