# AUTO GENERATED FILE - DO NOT EDIT

#' @export
periodicTableInput <- function(id=NULL, forceTableLayout=NULL, maxElementSelectable=NULL, state=NULL) {
    
    props <- list(id=id, forceTableLayout=forceTableLayout, maxElementSelectable=maxElementSelectable, state=state)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'PeriodicTableInput',
        namespace = 'dash_mp_components',
        propNames = c('id', 'forceTableLayout', 'maxElementSelectable', 'state'),
        package = 'dashMpComponents'
        )

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