forked from mystiq/hydrogen-web
Add comment
Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
This commit is contained in:
parent
989ecd785a
commit
acffd15002
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ export class ThemeLoader {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Maps theme display name to theme information */
|
||||||
get themeMapping(): Record<string, ThemeInformation> {
|
get themeMapping(): Record<string, ThemeInformation> {
|
||||||
return this._themeMapping;
|
return this._themeMapping;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue