index.d.ts 221 B

123
  1. import { NextJsLoaderContext } from './types';
  2. declare const nextBabelLoaderOuter: (this: NextJsLoaderContext, inputSource: string, inputSourceMap: object | null | undefined) => void;
  3. export default nextBabelLoaderOuter;