wilddragon-site/node_modules/next/dist/build/webpack/loaders/empty-loader.d.ts
2026-04-17 15:51:01 -04:00

3 lines
156 B
TypeScript
Executable file

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