UNPKG

mwoffliner

Version:
17 lines (16 loc) 1.1 kB
declare const footerTemplate: any; declare const leadSectionTemplate: any; declare const sectionTemplate: any; declare const subSectionTemplate: any; declare const categoriesTemplate: any; declare const subCategoriesTemplate: any; declare const subPagesTemplate: any; declare const downloadErrorPlaceholderTemplate: any; declare const htmlWikimediaMobileTemplateCode: () => string; declare const htmlWikimediaDesktopTemplateCode: () => string; declare const htmlVectorLegacyTemplateCode: () => string; declare const htmlVector2022TemplateCode: () => string; declare const htmlFallbackTemplateCode: () => string; declare const htmlRedirectTemplateCode: () => string; declare const articleListHomeTemplate: string; export { footerTemplate, leadSectionTemplate, sectionTemplate, subSectionTemplate, htmlWikimediaMobileTemplateCode, htmlWikimediaDesktopTemplateCode, htmlVectorLegacyTemplateCode, htmlVector2022TemplateCode, htmlFallbackTemplateCode, htmlRedirectTemplateCode, articleListHomeTemplate, categoriesTemplate, subCategoriesTemplate, subPagesTemplate, downloadErrorPlaceholderTemplate, };