fix-config_types (#7886)
This commit is contained in:
parent
931a48d7d7
commit
794271ac17
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ export type TFileHandler = {
|
|||
* @example enter 5242880(5 * 1024 * 1024) for 5MB
|
||||
*/
|
||||
maxFileSize: number;
|
||||
} & TExtendedFileHandler;
|
||||
};
|
||||
};
|
||||
} & TExtendedFileHandler;
|
||||
|
||||
export type TEditorFontStyle = "sans-serif" | "serif" | "monospace";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue