From 38d441f1cc875ef7a2d5783aa859819a44a8fec1 Mon Sep 17 00:00:00 2001 From: Vinh Le Date: Thu, 7 Nov 2019 10:16:20 +0700 Subject: [PATCH] Update index.d.ts --- index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.d.ts b/index.d.ts index a234223..13b7b84 100644 --- a/index.d.ts +++ b/index.d.ts @@ -6,9 +6,9 @@ import React from 'react'; import { ViewStyle, StyleProp } from 'react-native'; export interface DashProps { - dashGap: number; - dashLength: number; - dashThickness: number; + dashGap?: number; + dashLength?: number; + dashThickness?: number; style?: StyleProp; dashColor?: string; dashStyle?: StyleProp;