additionalCSS

This commit is contained in:
Matteo Manzinello 2020-06-16 17:40:07 +02:00
parent ffb0809106
commit 4990824063
1 changed files with 1 additions and 0 deletions

1
mailgo.d.ts vendored
View File

@ -6,6 +6,7 @@ export type MailgoConfig = {
initEvent?: string;
defaultLang?: string;
forceLang?: boolean;
additionalCSS?: string;
// TODO here mailgo configurations!
};