Skip to content

Commit

Permalink
Update the type for the cap settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Oct 22, 2023
1 parent b8ec74d commit 495a44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/factories/bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ type BarStyle = {
height: number,
background: ColorSource,
radius: number,
capLeft?: boolean,
capRight?: boolean,
capLeft?: false,
capRight?: false,
}

// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
Expand Down

0 comments on commit 495a44a

Please sign in to comment.