We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb3df6 commit 85e0895Copy full SHA for 85e0895
src/react/semanticui/Progress.hx
@@ -13,7 +13,7 @@ extern class Progress extends ReactComponentOfProps<ProgressProps> {}
13
typedef ProgressProps = {
14
> BasePropsWithOptChildren,
15
> BaseSemanticProps,
16
- ?active:String,
+ ?active:Bool,
17
?attached:String,
18
?autoSuccess:Bool,
19
?color:String,
0 commit comments