PageElement: _FormElementBase & {
    label: string;
    type: "page";
} & _NestedElementsElement

Type declaration

  • label: string
  • type: "page"