Skip to content

Commit 0ae58f4

Browse files
Added Unity Config to exports
1 parent cd90a18 commit 0ae58f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/exports.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Unity from "./components/unity";
22
import UnityContext from "./models/unity-context";
3+
import UnityConfig from "./interfaces/unity-config";
34

45
export default Unity;
5-
export { UnityContext };
6+
export { UnityContext, UnityConfig };

0 commit comments

Comments
 (0)