UNPKG

next

Version:

The React Framework

4 lines (3 loc) 226 B
import type { NextJsLoaderContext } from './types'; declare const nextBabelLoaderOuter: (this: NextJsLoaderContext, inputSource: string, inputSourceMap: object | null | undefined) => void; export default nextBabelLoaderOuter;