Skip to content

Commit

Permalink
Update jsx/LoadingBar.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Mulder <maxime-mulder@outlook.com>
  • Loading branch information
HenriRabalais and maximemulder authored Oct 25, 2024
1 parent 9167590 commit eb2267f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsx/LoadingBar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import React from 'react';

interface LoadingBarProps {
progress: number; // Expect progress to be a number
// A number representing the progress of the progress bar, which should be
// between 0 and 100
progress: number;
}

/**
Expand Down

0 comments on commit eb2267f

Please sign in to comment.