ConfirmOptions: {
    body: string;
    cancelButtonText?: string;
    confirmButtonText?: string;
    dangerous?: boolean;
    header: string;
}

Type declaration

  • body: string
  • Optional cancelButtonText?: string
  • Optional confirmButtonText?: string
  • Optional dangerous?: boolean
  • header: string