# AUTO GENERATED FILE - DO NOT EDIT

#' @export
downloadButton <- function(children=NULL, id=NULL, className=NULL, data=NULL, filename=NULL, filetype=NULL, tooltip=NULL) {
    
    props <- list(children=children, id=id, className=className, data=data, filename=filename, filetype=filetype, tooltip=tooltip)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'DownloadButton',
        namespace = 'dash_mp_components',
        propNames = c('children', 'id', 'className', 'data', 'filename', 'filetype', 'tooltip'),
        package = 'dashMpComponents'
        )

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