diff --git a/packages/ketcher-macromolecules/src/components/modal/modalContainer/types.ts b/packages/ketcher-macromolecules/src/components/modal/modalContainer/types.ts index 73a006b6ac..f8f4f852bf 100644 --- a/packages/ketcher-macromolecules/src/components/modal/modalContainer/types.ts +++ b/packages/ketcher-macromolecules/src/components/modal/modalContainer/types.ts @@ -13,6 +13,11 @@ export interface ConfirmationDialogOnlyProps { onConfirm?: () => void; } +export interface ConfirmationDialogOnlyProps { + confirmationText?: string; + onConfirm?: () => void; +} + export interface RequiredModalProps { onClose: () => void; isModalOpen: boolean;