Skip to content

Commit c0598f3

Browse files
Minor changes in exports
1 parent 0ae58f4 commit c0598f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exports.ts

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

55
export default Unity;
6-
export { UnityContext, UnityConfig };
6+
export { UnityContext, IUnityConfig };

0 commit comments

Comments
 (0)