| 3 | use yew::prelude::*; |
| 4 | |
| 5 | pub struct LinearProgress { |
| 6 | link: ComponentLink<Self>, |
| 7 | // label: String, |
| 8 | // onsignal: Callback<()>, |
| 9 | } |
| 10 | |
| 11 | /// Props for [`LinearProgress`] |
| 12 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected