added context hook to allow the override of the default binder

This commit is contained in:
Sebastian Sdorra
2020-02-19 09:47:52 +01:00
parent fac46d636f
commit 041a999a01
4 changed files with 51 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
export { default as binder } from "./binder";
export { default as binder, Binder } from "./binder";
export * from "./useBinder";
export { default as ExtensionPoint } from "./ExtensionPoint";