# AUTO GENERATED FILE - DO NOT EDIT

#' @export
markdown <- function(children=NULL, id=NULL, className=NULL, dedent=NULL, loading_state=NULL, style=NULL) {
    
    props <- list(children=children, id=id, className=className, dedent=dedent, loading_state=loading_state, style=style)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'Markdown',
        namespace = 'dash_mp_components',
        propNames = c('children', 'id', 'className', 'dedent', 'loading_state', 'style'),
        package = 'dashMpComponents'
        )

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