Browse Source

chore: add unexported interfaces to index (#968)

sschmid 4 năm trước cách đây
mục cha
commit
8b1979e540
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/MusicalScore/Interfaces/index.ts

+ 2 - 0
src/MusicalScore/Interfaces/index.ts

@@ -7,3 +7,5 @@ export * from "./ITextMeasurer";
 export * from "./ITextTranslation";
 export * from "./ITransposeCalculator";
 export * from "./IVoiceMeasureReadPlugin";
+export * from "./AClassHierarchyTrackable";
+export * from "./IStafflineNoteCalculator";