From 6706853511293cc18c6e198ca572ad34f70a2bf3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 1 Oct 2020 15:59:39 -0600 Subject: [PATCH] add `borderWidth` to type definition the prop is defined in the index.js file but it's not defined in the index.d.ts --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 7bfe404..df5e276 100644 --- a/index.d.ts +++ b/index.d.ts @@ -28,6 +28,7 @@ declare module "react-native-switch-selector" { backgroundColor?: string; borderColor?: string; borderRadius?: number; + borderWidth?: number; hasPadding?: boolean; animationDuration?: number; valuePadding?: number;