Skip to content

Commit

Permalink
Merge 820ce71 into 77913ec
Browse files Browse the repository at this point in the history
  • Loading branch information
JBauzan committed Dec 4, 2019
2 parents 77913ec + 820ce71 commit 47872a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweetalert2.d.ts
Expand Up @@ -360,7 +360,7 @@ declare module 'sweetalert2' {

type ValueOrThunk<T> = T | (() => T);

export type SweetAlertArrayOptions = [string?, string?, SweetAlertIcon?];
export type SweetAlertArrayOptions = [string, string, SweetAlertIcon];

export interface SweetAlertOptions {
/**
Expand Down

0 comments on commit 47872a4

Please sign in to comment.