diff --git a/src/shapes/Label.ts b/src/shapes/Label.ts index 5e013ec8..a1e9888a 100644 --- a/src/shapes/Label.ts +++ b/src/shapes/Label.ts @@ -317,7 +317,7 @@ export class Tag extends Shape { }; } - pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom', this>; + pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom' | 'up' | 'down', this>; pointerWidth: GetSet; pointerHeight: GetSet; cornerRadius: GetSet;