# AUTO GENERATED FILE - DO NOT EDIT

#' @export
matSidebar <- function(id=NULL, appId=NULL, currentApp=NULL, layout=NULL) {
    
    props <- list(id=id, appId=appId, currentApp=currentApp, layout=layout)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'MatSidebar',
        namespace = 'dash_mp_components',
        propNames = c('id', 'appId', 'currentApp', 'layout'),
        package = 'dashMpComponents'
        )

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