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;