Files
2026-01-01 15:25:19 +05:30

4 lines
156 B
TypeScript

import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const EmptyLoader: webpack.LoaderDefinitionFunction;
export default EmptyLoader;