HtmlElement: FormElementBase & {
    defaultValue: string;
    type: "html";
}

Type declaration

  • defaultValue: string
  • type: "html"