diff --git a/sweetalert2.d.ts b/sweetalert2.d.ts index 2a6bc7461..3951e7f5e 100644 --- a/sweetalert2.d.ts +++ b/sweetalert2.d.ts @@ -1069,7 +1069,7 @@ declare module 'sweetalert2' { * * @default undefined */ - inputValidator?(inputValue: string, validationMessage?: string): SyncOrAsync + inputValidator?(inputValue: string, validationMessage?: string): SyncOrAsync /** * If you want to return the input value as `result.value` when denying the popup, set to `true`.