UNPKG

95 BTypeScriptView Raw
1export declare enum TextAnchor {
2 Start = "start",
3 Middle = "middle",
4 End = "end"
5}