diff --git a/application/source/dom/customelement.mjs b/application/source/dom/customelement.mjs
index de26dc69cd6b764a6239fd13316cc0ecbfe06813..20258ce9c7f381e70b71d4b76eed5b58b0d60c1f 100644
--- a/application/source/dom/customelement.mjs
+++ b/application/source/dom/customelement.mjs
@@ -27,7 +27,7 @@ import {
 import {findDocumentTemplate, Template} from "./template.mjs";
 import {Updater} from "./updater.mjs";
 
-export {CustomElement, initMethodSymbol, assembleMethodSymbol, attributeObserverSymbol, registerCustomElement, assignUpdaterToElement}
+export {CustomElement, initMethodSymbol, assembleMethodSymbol, attributeObserverSymbol, registerCustomElement, assignUpdaterToElement, getSlottedElements}
 
 /**
  * @memberOf Monster.DOM