Skip to content

Commit

Permalink
fix: add width and height to TriggerMeta interface (#2142)
Browse files Browse the repository at this point in the history
fix: #2141

Co-authored-by: Tahimi <tahimileon@gmail.com>
  • Loading branch information
HellWolf93 and TahimiLeonBravo committed Feb 2, 2021
1 parent 36e84e6 commit 0b08ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InternalOverlay/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Size {
height: number;
}

interface TriggerMeta {
interface TriggerMeta extends Size {
leftUpAnchor: Coordinates;
leftBottomAnchor: Coordinates;
rightUpAnchor: Coordinates;
Expand Down

0 comments on commit 0b08ade

Please sign in to comment.