Improved the default API by providing better syntax and a few better examples that show how inheretance works with the library

This commit is contained in:
Dylan Vorster
2017-02-24 20:13:09 +02:00
parent 28681b898f
commit f4ddb9cc3b
23 changed files with 161 additions and 5830 deletions

View File

@ -7,6 +7,8 @@ export * from "./defaults/DefaultLinkFactory";
export * from "./defaults/DefaultLinkWidget";
export * from "./defaults/DefaultNodeFactory";
export * from "./defaults/DefaultNodeWidget";
export * from "./defaults/DefaultNodeModel";
export * from "./defaults/DefaultPortModel";
export * from "./WidgetFactories";
export * from "./Toolkit";