feat: implement onCloseButton event
This commit is contained in:
parent
ae653a77c9
commit
b5857b706f
2 changed files with 12 additions and 4 deletions
|
@ -96,7 +96,8 @@ export interface ModalProps {
|
|||
title?: string,
|
||||
obscure?: boolean,
|
||||
onClose?: () => void,
|
||||
onCancel?: () => void
|
||||
onCancel?: () => void,
|
||||
onCloseButton?: () => void,
|
||||
}
|
||||
|
||||
export interface ContextMenuItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue