mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
changed definition of Vex.Flow.Stave
- removed static THICKNESS as it is set by Vex.Flow.STAVE_LINE_THICKNESS
This commit is contained in:
Vendored
-1
@@ -755,7 +755,6 @@ declare module Vex {
|
||||
|
||||
class Stave {
|
||||
constructor(x : number, y : number, width : number, options? : {vertical_bar_width? : number, glyph_spacing_px? : number, num_lines? : number, fill_style? : string, spacing_between_lines_px? : number, space_above_staff_ln? : number, space_below_staff_ln? : number, top_text_position? : number});
|
||||
static THICKNESS : number;
|
||||
resetLines() : void;
|
||||
setNoteStartX(x : number) : Stave;
|
||||
getNoteStartX() : number;
|
||||
|
||||
Reference in New Issue
Block a user