diff --git a/lib/elements/dom-module.js b/lib/elements/dom-module.js index 017ffb111a..4f68eb4026 100644 --- a/lib/elements/dom-module.js +++ b/lib/elements/dom-module.js @@ -66,6 +66,9 @@ export class DomModule extends HTMLElement { * @param {string=} selector The css selector by which to find the element. * @return {Element} Returns the element which matches `selector` in the * module registered at the specified `id`. + * + * @export + * @nocollapse Referred to indirectly in style-gather.js */ static import(id, selector) { if (id) {