feat: implement onCloseButton event

This commit is contained in:
Twig 2025-07-19 16:53:48 +02:00
parent ae653a77c9
commit b5857b706f
No known key found for this signature in database
2 changed files with 12 additions and 4 deletions

View file

@ -96,7 +96,8 @@ export interface ModalProps {
title?: string,
obscure?: boolean,
onClose?: () => void,
onCancel?: () => void
onCancel?: () => void,
onCloseButton?: () => void,
}
export interface ContextMenuItem {