Skip to content

Commit

Permalink
#4878 – Add/Replace monomer in sequence mode from library
Browse files Browse the repository at this point in the history
  • Loading branch information
svvald committed Aug 5, 2024
1 parent 5623129 commit 48d7240
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export interface ConfirmationDialogOnlyProps {
onConfirm?: () => void;
}

export interface ConfirmationDialogOnlyProps {
confirmationText?: string;
onConfirm?: () => void;
}

export interface RequiredModalProps {
onClose: () => void;
isModalOpen: boolean;
Expand Down

0 comments on commit 48d7240

Please sign in to comment.