Skip to content

Commit c2e655e

Browse files
AleksandrChernyavenkooblador
authored andcommitted
Fix typescript typing for progress prop (#107)
Fix typescript typing for `progress` prop
1 parent 325f003 commit c2e655e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare module 'react-native-progress' {
3535
* @memberof DetaultPropTypes
3636
* @default 0
3737
*/
38-
progress?: 0 | 1
38+
progress?: number
3939

4040
/**
4141
* Fill color of the indicator.

0 commit comments

Comments
 (0)