From 5b0453a08c25eca2dd85a0d76164b8ef328d4233 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Fri, 12 May 2023 17:48:58 -0600 Subject: [PATCH] clean up a few things --- src/types/style.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/types/style.ts b/src/types/style.ts index 0fa73cfc..6c301f8c 100644 --- a/src/types/style.ts +++ b/src/types/style.ts @@ -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).