UNPKG

next

Version:

The React Framework

4 lines (3 loc) 204 B
import type { NextJsLoaderContext } from './types'; declare function nextBabelLoaderOuter(this: NextJsLoaderContext, inputSource: string, inputSourceMap?: any): void; export default nextBabelLoaderOuter;