# AUTO GENERATED FILE - DO NOT EDIT

#' @export
filterField <- function(children=NULL, id=NULL, active=NULL, className=NULL, dois=NULL, label=NULL, styleLabel=NULL, tooltip=NULL, units=NULL) {
    
    props <- list(children=children, id=id, active=active, className=className, dois=dois, label=label, styleLabel=styleLabel, tooltip=tooltip, units=units)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'FilterField',
        namespace = 'dash_mp_components',
        propNames = c('children', 'id', 'active', 'className', 'dois', 'label', 'styleLabel', 'tooltip', 'units'),
        package = 'dashMpComponents'
        )

    structure(component, class = c('dash_component', 'list'))
}
