UNPKG

@web/rollup-plugin-html

Version:
12 lines 491 B
import { PluginContext } from 'rollup'; import { InputData } from '../input/InputData'; import { RollupPluginHTMLOptions } from '../RollupPluginHTMLOptions'; export interface EmittedAssets { static: Map<string, string>; hashed: Map<string, string>; } export declare function emitAssets(this: PluginContext, inputs: InputData[], options: RollupPluginHTMLOptions): Promise<{ static: Map<string, string>; hashed: Map<string, string>; }>; //# sourceMappingURL=emitAssets.d.ts.map