Fixed #859 - ConfirmPopup : useConfirm define target is missing in ts

pull/880/head
Cagatay Civici 2021-01-20 12:07:05 +03:00
parent 748561f52a
commit 59d04e8344
2 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
export declare function useConfirm(): {
require(args:{
message?: string;
target?: EventTarget;
group?: string;
icon?: string;
header?: string;