diff --git a/packages/@ember/component/template-only.ts b/packages/@ember/component/template-only.ts index 4fda1e66fe8..509390074fb 100644 --- a/packages/@ember/component/template-only.ts +++ b/packages/@ember/component/template-only.ts @@ -23,8 +23,10 @@ ``` @public + @static @method templateOnly @param {String} moduleName the module name that the template only component represents, this will be used for debugging purposes + @for @ember/component/template-only @category EMBER_GLIMMER_SET_COMPONENT_TEMPLATE */ export { templateOnlyComponent as default } from '@glimmer/runtime';