We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d7581 commit aeb8047Copy full SHA for aeb8047
src/index.ts
@@ -16,4 +16,6 @@
16
*/
17
export {Component} from "./Component.js";
18
export {ElementComponent} from "./ElementComponent.js";
19
+export {NodeComponent} from "./NodeComponent.js";
20
export {SvgComponent} from "./SvgComponent.js";
21
+export {TextComponent} from "./TextComponent.js";
0 commit comments