Skip to content

Commit

Permalink
Updated property type of BLabelOptions interface
Browse files Browse the repository at this point in the history
Updated property type of BLabelOptions interface
  • Loading branch information
hanying33 authored and leftstick committed Sep 20, 2018
1 parent 75de521 commit 3edae9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types/Label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface BLabel {
}

export interface BLabelOptions {
offset?: BSizeConstructor
position?: BPointConstructor
offset?: BSize
position?: BPoint
enableMassClear?: boolean
}

0 comments on commit 3edae9d

Please sign in to comment.