bpms_site/.svn/pristine/c5/c5f81b2ce10b1fa0dd2865722b2534fb4f3a002f.svn-base
2025-11-02 16:38:49 +03:30

4 lines
221 B
Plaintext

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