# AUTO GENERATED FILE - DO NOT EDIT

#' @export
publicationButton <- function(id=NULL, className=NULL, compact=NULL, doi=NULL, showTooltip=NULL, target=NULL, url=NULL) {
    
    props <- list(id=id, className=className, compact=compact, doi=doi, showTooltip=showTooltip, target=target, url=url)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'PublicationButton',
        namespace = 'dash_mp_components',
        propNames = c('id', 'className', 'compact', 'doi', 'showTooltip', 'target', 'url'),
        package = 'dashMpComponents'
        )

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