# 定义抽象类shinyOutputUI----
#' 定义类shinyOutputUI,不用于实例化
#'
#' @return 返回值
#' @export
#' @include shinyElement.R
#'
#' @examples shinyOutputElement();
setClass("shinyOutputElement", contains = "shinyElement")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.