diff --git a/14/umbraco-cms/tutorials/creating-a-property-editor/README.md b/14/umbraco-cms/tutorials/creating-a-property-editor/README.md index 901a5ab1957..e43da30d0d0 100644 --- a/14/umbraco-cms/tutorials/creating-a-property-editor/README.md +++ b/14/umbraco-cms/tutorials/creating-a-property-editor/README.md @@ -403,6 +403,8 @@ export class MySuggestionsPropertyEditorUIElement ]; } +export default MySuggestionsPropertyEditorUIElement; + declare global { interface HTMLElementTagNameMap { 'my-suggestions-property-editor-ui': MySuggestionsPropertyEditorUIElement;