mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
changed definition of Vex.Flow.TimeSignature
- added constant glyphs
This commit is contained in:
Vendored
+4
@@ -1240,6 +1240,10 @@ declare module Vex {
|
||||
static getNextContext(tContext : TickContext) : TickContext;
|
||||
}
|
||||
|
||||
module TimeSignature {
|
||||
const glyphs : {[name : string] : {code : string, point : number, line : number}};
|
||||
}
|
||||
|
||||
class TimeSignature extends StaveModifier {
|
||||
//TODO remove the following lines once TypeScript allows subclass overrides with type changes
|
||||
addModifier() : void;
|
||||
|
||||
Reference in New Issue
Block a user