UNPKG

500 BTypeScriptView Raw
1import { Icon, Tag, Tags } from './WebpackPWAManifestPlugin.types';
2export declare function buildResourcesAsync(self: any, publicPath?: string): Promise<{
3 output: string;
4 url: string;
5 source: string;
6 size: number;
7} | null>;
8export declare function generateAppleSplashAndIconTags(assets: Icon[]): Tags;
9export declare function applyTag(obj: Tags, tag: 'meta' | 'link', content?: Tag): Tags;
10export declare function generateHtmlTags(tags: {
11 [key: string]: Tag | Tag[];
12}): string;