UNPKG

@eaglesong/task-panorama

Version:
12 lines 330 B
import webpack from 'webpack'; export interface Entry { name: string; source: string; type: string | null; } export declare class PanoramaEntriesPlugin { private readonly manifest; constructor(manifest: string); apply(compiler: webpack.Compiler): void; } //# sourceMappingURL=PanoramaEntriesPlugin.d.ts.map