File size: 133 Bytes
1e92f2d |
1 2 3 4 5 6 |
import type { NextConfig } from 'next'
declare function NextPluginRspack(config: NextConfig): NextConfig
export = NextPluginRspack
|
1e92f2d |
1 2 3 4 5 6 |
import type { NextConfig } from 'next'
declare function NextPluginRspack(config: NextConfig): NextConfig
export = NextPluginRspack
|