Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
tbo47 committed Oct 5, 2024
1 parent 8d2a050 commit cb85f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/Label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class Tag extends Shape<TagConfig> {
};
}

pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom', this>;
pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom' | 'up' | 'down', this>;
pointerWidth: GetSet<number, this>;
pointerHeight: GetSet<number, this>;
cornerRadius: GetSet<number, this>;
Expand Down

0 comments on commit cb85f72

Please sign in to comment.