securityos/node_modules/@next/bundle-analyzer/index.d.ts

10 lines
237 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import type { NextConfig } from 'next'
declare function NextBundleAnalyzer(options?: {
enabled?: boolean
openAnalyzer?: boolean
analyzerMode?: 'json' | 'static'
}): (config?: NextConfig) => NextConfig
export = NextBundleAnalyzer