mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
changed definition of Vex.Flow.Pedalmarking
- added GLYPHS const - changed Styles enum from static to const
This commit is contained in:
Vendored
+2
-1
@@ -662,7 +662,8 @@ declare module Vex {
|
||||
}
|
||||
|
||||
export module PedalMarking {
|
||||
enum Styles {TEXT, BRACKET, MIXED}
|
||||
const enum Styles {TEXT, BRACKET, MIXED}
|
||||
const GLYPHS : {[name : string] : {code : string, x_shift : number, y_shift : number}};
|
||||
}
|
||||
|
||||
class PedalMarking {
|
||||
|
||||
Reference in New Issue
Block a user