This commit is contained in:
Jan Prochazka
2021-03-25 12:39:38 +01:00
parent 5f2afc037e
commit 4e76f10175
11 changed files with 91 additions and 34 deletions

View File

@@ -24,6 +24,7 @@ export interface FileFormatDefinition {
export interface ThemeDefinition {
className: string;
themeName: string;
themeType: 'light' | 'dark';
}
export interface PluginDefinition {