Skip to content

Commit 18b761b

Browse files
Add progress type for ProgressBarProps (#996)
1 parent 7a4627c commit 18b761b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/components/ProgressBar.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
21
import {StyleProp, ViewStyle} from 'react-native';
32
import {BaseComponent} from '../commons';
43
import {ColorValue} from '../style/colors';
54

65
export interface ProgressBarProps {
76
height?: number;
7+
progress?: string;
88
backgroundColor?: ColorValue;
99
progressBackgroundColor?: ColorValue;
1010
containerStyle?: StyleProp<ViewStyle>;

0 commit comments

Comments
 (0)