fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-10 17:36:11 +01:00
parent 005f297c2f
commit b802fd737d

View File

@ -8,7 +8,7 @@ import type * as monaco from 'monaco-editor';
declare global {
interface HTMLElementTagNameMap {
'first-element': DeesEditor;
'dees-editor': DeesEditor;
}
}