Skip to content

Commit

Permalink
fix(types): add missing types to the borders system utility (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Kamal Bennani <kamal.bennani@aircall.io>
  • Loading branch information
kamalbennani and kamalbennani-aircall committed Jan 23, 2022
1 parent a1ab6b4 commit c0c92b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/system/src/styles/borders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,10 @@ export interface BordersProps<T extends ITheme = Theme>
BorderBottomWidthProps<T>,
BorderLeftWidthProps<T>,
BorderStyleProps<T>,
BorderTopStyleProps<T>,
BorderRightStyleProps<T>,
BorderBottomStyleProps<T>,
BorderLeftStyleProps<T>,
BorderRadiusProps<T>,
OutlineProps<T>,
OutlineColorProps<T>,
Expand Down

0 comments on commit c0c92b4

Please sign in to comment.