We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87fed0 commit b7c22a3Copy full SHA for b7c22a3
3 files changed
.gitignore
@@ -4,6 +4,7 @@ build/
4
.vscode/
5
npm-debug.log
6
typings/
7
+.publish/
8
9
**/*.js.map
10
.npmignore
@@ -2,6 +2,7 @@
2
build/
3
demo/
webpack.config.js
index.ts
@@ -1,2 +1,25 @@
1
+import {
+ TreeModel,
+ RenamableNode,
+ NodeEvent,
+ NodeCreatedEvent,
+ NodeRemovedEvent,
+ NodeRenamedEvent,
+ NodeMovedEvent,
+ NodeSelectedEvent,
+ NodeDestructiveEvent
11
+} from './src/branchy.types';
12
+
13
export * from './src/branchy.component';
-export * from './src/branchy.types';
14
15
+export {
16
17
18
19
20
21
22
23
24
25
+};
0 commit comments