UNPKG

mwoffliner

Version:
15 lines (14 loc) 936 B
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 articleListHomeTemplate: string; export { footerTemplate, leadSectionTemplate, sectionTemplate, subSectionTemplate, htmlWikimediaMobileTemplateCode, htmlWikimediaDesktopTemplateCode, htmlVectorLegacyTemplateCode, htmlVector2022TemplateCode, articleListHomeTemplate, categoriesTemplate, subCategoriesTemplate, subPagesTemplate, downloadErrorPlaceholderTemplate, };