add NodeViewTitle component

This commit is contained in:
axolotle
2021-06-22 22:29:37 +02:00
parent 3450d1b546
commit 1a1c4875a1
2 changed files with 74 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
export { default as NodeViewChildList } from './NodeViewChildList'
export { default as NodeViewTitle } from './NodeViewTitle'
export { default as NodeViewHeaderRef } from './NodeViewHeaderRef'
export { default as NodeViewHeaderProd } from './NodeViewHeaderProd'
export { default as NodeViewBody } from './NodeViewBody'