interface ComponentContainer {
    containerContent: ComponentContainerContent[];
    type: "container";
}

Properties

containerContent: ComponentContainerContent[]
type: "container"

Generated using TypeDoc