UNPKG

nexara-nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

13 lines 422 B
export type ProgressProps = { /** Current progress value (0-100) */ value?: number; /** Thickness of the progress bar */ thickness?: number; /** Border radius of the progress bar */ br?: number; /** Background color of the track (unfilled part) */ trackColor?: string; /** Color of the progress (filled part) */ progressColor?: string; }; //# sourceMappingURL=progress.type.d.ts.map