Parcourir la source

add missing exports (#4) (Playback, Plugins, PsEnums)

fix #4
see #4, and Discord (for Plugins export)
sschmid il y a 4 ans
Parent
commit
0141d805e3
3 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 1 0
      src/Common/Enums/index.ts
  2. 1 0
      src/Plugins/index.ts
  3. 2 0
      src/index.ts

+ 1 - 0
src/Common/Enums/index.ts

@@ -4,3 +4,4 @@ export * from "./FontStyles";
 export * from "./Fonts";
 export * from "./TextAlignment";
 export * from "./TieTypes";
+export * from "./PsEnums";

+ 1 - 0
src/Plugins/index.ts

@@ -0,0 +1 @@
+export * from "./Transpose";

+ 2 - 0
src/index.ts

@@ -3,3 +3,5 @@ export * from "./MusicalScore";
 export * from "./Util";
 export * from "./Common";
 export * from "./Display";
+export * from "./Playback";
+export * from "./Plugins";