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