Skip to content

Commit b891d53

Browse files
committed
Commit from Devin
1 parent 747a800 commit b891d53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/@glimmer/runtime/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ export {
1717
templateOnlyComponent,
1818
TemplateOnlyComponentManager,
1919
} from './lib/component/template-only';
20+
export {
21+
DynamicTagComponent,
22+
DynamicTagComponentManager,
23+
DYNAMIC_TAG_COMPONENT_MANAGER,
24+
} from './lib/component/dynamic-tag';
2025
export { CurriedValue, curry } from './lib/curried-value';
2126
export {
2227
DOMChanges,
@@ -33,6 +38,7 @@ export {
3338
} from './lib/environment';
3439
export { array } from './lib/helpers/array';
3540
export { concat } from './lib/helpers/concat';
41+
export { element } from './lib/helpers/element';
3642
export { fn } from './lib/helpers/fn';
3743
export { get } from './lib/helpers/get';
3844
export { hash } from './lib/helpers/hash';

0 commit comments

Comments
 (0)