# AUTO GENERATED FILE - DO NOT EDIT

#' @export
select <- function(id=NULL, arbitraryProps=NULL, defaultValue=NULL, isClearable=NULL, isMulti=NULL, options=NULL, value=NULL) {
    
    props <- list(id=id, arbitraryProps=arbitraryProps, defaultValue=defaultValue, isClearable=isClearable, isMulti=isMulti, options=options, value=value)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'Select',
        namespace = 'dash_mp_components',
        propNames = c('id', 'arbitraryProps', 'defaultValue', 'isClearable', 'isMulti', 'options', 'value'),
        package = 'dashMpComponents'
        )

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