mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed definition of Vex.Flow.GraceNote
This commit is contained in:
Vendored
+1
@@ -468,6 +468,7 @@ declare module Vex {
|
||||
}
|
||||
|
||||
class GraceNote extends StaveNote {
|
||||
constructor(note_struct : {slash? : boolean, type? : string, dots? : number, duration : string, clef? : string, keys : string[], octave_shift? : number, auto_stem? : boolean, stem_direction? : number});
|
||||
getStemExtension() : number;
|
||||
getCategory() : string;
|
||||
draw() : void;
|
||||
|
||||
Reference in New Issue
Block a user