mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
changed definition of Vex.Flow.StaveLine
- changed enums to const
This commit is contained in:
Vendored
+2
-2
@@ -838,8 +838,8 @@ declare module Vex {
|
||||
}
|
||||
|
||||
export module StaveLine {
|
||||
enum TextVerticalPosition {TOP, BOTTOM}
|
||||
enum TextJustification {LEFT, CENTER, RIGHT}
|
||||
const enum TextVerticalPosition {TOP, BOTTOM}
|
||||
const enum TextJustification {LEFT, CENTER, RIGHT}
|
||||
}
|
||||
|
||||
class StaveLine {
|
||||
|
||||
Reference in New Issue
Block a user