mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
fixed definition of Vex.Flow.TabTie
This commit is contained in:
Vendored
+1
-1
@@ -1148,7 +1148,7 @@ declare module Vex {
|
||||
}
|
||||
|
||||
class TabTie extends StaveTie {
|
||||
constructor(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}, text : string);
|
||||
constructor(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}, text? : string);
|
||||
createHammeron(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}) : TabTie;
|
||||
createPulloff(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}) : TabTie;
|
||||
draw() : boolean;
|
||||
|
||||
Reference in New Issue
Block a user