next-drop-client-page-plugin.d.ts 300 B

123456
  1. import { webpack } from 'next/dist/compiled/webpack/webpack';
  2. export declare const ampFirstEntryNamesMap: WeakMap<webpack.Compilation, string[]>;
  3. export declare class DropClientPage implements webpack.WebpackPluginInstance {
  4. ampPages: Set<unknown>;
  5. apply(compiler: webpack.Compiler): void;
  6. }