Type alias ProgressIndicatorProps
ProgressIndicatorProps: {
children?: ReactNode;
color: ColorValue;
delay?: number;
progress: number;
size: number;
style?: StyleProp<ViewStyle>;
width: number;
}
Type declaration
-
Optional
children?: ReactNode
-
color: ColorValue
-
Optional
delay?: number
-
progress: number
-
size: number
-
Optional
style?: StyleProp<ViewStyle>
-
width: number