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

Properties

Min Items

1

type: "container"

Generated using TypeDoc