defaultLang is now lang
This commit is contained in:
4
mailgo.d.ts
vendored
4
mailgo.d.ts
vendored
@@ -6,9 +6,9 @@ declare module "mailgo";
|
||||
|
||||
export type MailgoConfig = {
|
||||
initEvent?: string;
|
||||
defaultLang?: string;
|
||||
lang?: string;
|
||||
forceLang?: boolean;
|
||||
additionalCSS?: string;
|
||||
// additionalCSS?: string;
|
||||
// TODO here mailgo configurations!
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user