Skip to content

Commit

Permalink
Merge pull request #943 from rvilarl/migration/typedoc2
Browse files Browse the repository at this point in the history
migration/typedoc2
  • Loading branch information
0xfe authored Apr 30, 2021
2 parents eec0cb5 + e5060f0 commit b43376d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions typedoc.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
export * from './src/beam';
export * from './src/curve';
export * from './src/element';
export * from './src/font';
export * from './src/fraction';
export * from './src/font';
export * from './src/glyph';
export * from './src/glyphnote';
export * from './src/gracenotegroup';
export * from './src/gracetabnote';
export * from './src/keysignote';
export * from './src/modifier';
export * from './src/music';
export * from './src/note';
export * from './src/repeatnote';
export * from './src/stave';
export * from './src/stavenote';
export * from './src/stem';
export * from './src/stemmablenote';
export * from './src/tabstave';
export * from './src/tickable';
export * from './src/tickcontext';
export * from './src/tremolo';
export * from './src/tuning';
export * from './src/vibrato';
export * from './src/voicegroup';

export * from './src/types/common';

0 comments on commit b43376d

Please sign in to comment.