# AUTO GENERATED FILE - DO NOT EDIT

#' @export
rangeSlider <- function(id=NULL, className=NULL, debounce=NULL, domain=NULL, inclusiveTickBounds=NULL, isLogScale=NULL, step=NULL, styleInput=NULL, styleSlider=NULL, ticks=NULL, value=NULL) {
    
    props <- list(id=id, className=className, debounce=debounce, domain=domain, inclusiveTickBounds=inclusiveTickBounds, isLogScale=isLogScale, step=step, styleInput=styleInput, styleSlider=styleSlider, ticks=ticks, value=value)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'RangeSlider',
        namespace = 'dash_mp_components',
        propNames = c('id', 'className', 'debounce', 'domain', 'inclusiveTickBounds', 'isLogScale', 'step', 'styleInput', 'styleSlider', 'ticks', 'value'),
        package = 'dashMpComponents'
        )

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