Skip to content

Commit

Permalink
clean up a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed May 12, 2023
1 parent 8d242ed commit 5b0453a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@ export interface ViewStyleProps extends StyleProps {
// transforms?
}

const borderStyleProps = {
borderWidth: 'borderStyle',
borderLeftWidth: 'borderLeftStyle',
borderRightWidth: 'borderRightStyle',
borderTopWidth: 'borderTopStyle',
borderBottomWidth: 'borderBottomStyle',
};

export interface BoxAlignmentStyleProps {
/**
* The distribution of space around items along the main axis. See [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content).
Expand Down

0 comments on commit 5b0453a

Please sign in to comment.