Skip to content

Commit 0590494

Browse files
shubhnikoblador
authored andcommitted
Added null type for width of the progress bar. (#113)
1 parent 84901ce commit 0590494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ declare module 'react-native-progress' {
8989
* @memberof BarPropTypes
9090
* @default 150
9191
*/
92-
width?: number
92+
width?: number | null
9393

9494
/**
9595
* Height of the progress bar.

0 commit comments

Comments
 (0)