mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
window.i18n = { currentLangCode: 'en' }
|
|
window.ExposedSettings = {
|
|
appName: 'Overleaf',
|
|
} as typeof window.ExposedSettings
|