diff --git a/src/react/semanticui/DropdownItem.hx b/src/react/semanticui/DropdownItem.hx index a0c10e2..2678562 100644 --- a/src/react/semanticui/DropdownItem.hx +++ b/src/react/semanticui/DropdownItem.hx @@ -12,6 +12,7 @@ typedef DropdownItemProps = { > BasePropsWithOptChildren, > BaseSemanticProps, ?icon:String, + ?flag:String, ?text:String, ?description:String, ?disabled:Bool,