UNPKG

@web/rollup-plugin-html

Version:
18 lines 758 B
import { EntrypointBundle, GeneratedBundle, RollupPluginHTMLOptions, ScriptModuleTag } from '../RollupPluginHTMLOptions'; export interface CreateImportPathParams { publicPath?: string; outputDir: string; fileOutputDir: string; htmlFileName: string; fileName: string; } export declare function createImportPath(params: CreateImportPathParams): string; export interface GetEntrypointBundlesParams { pluginOptions: RollupPluginHTMLOptions; generatedBundles: GeneratedBundle[]; outputDir: string; inputModuleIds: ScriptModuleTag[]; htmlFileName: string; } export declare function getEntrypointBundles(params: GetEntrypointBundlesParams): Record<string, EntrypointBundle>; //# sourceMappingURL=getEntrypointBundles.d.ts.map