We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4627c commit 18b761bCopy full SHA for 18b761b
typings/components/ProgressBar.d.ts
@@ -1,10 +1,10 @@
1
-
2
import {StyleProp, ViewStyle} from 'react-native';
3
import {BaseComponent} from '../commons';
4
import {ColorValue} from '../style/colors';
5
6
export interface ProgressBarProps {
7
height?: number;
+ progress?: string;
8
backgroundColor?: ColorValue;
9
progressBackgroundColor?: ColorValue;
10
containerStyle?: StyleProp<ViewStyle>;
0 commit comments