Skip to content

Commit

Permalink
That's a number
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep committed Aug 13, 2021
1 parent 07fd3d3 commit fffa9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ declare global {
/** If true, the toast will fade away on its own after a short while (default is true) */
transient: boolean;
/** How long the toast will fade in ms (default is 20000) */
transientTimeout: boolean;
transientTimeout: number;
/** An array of action buttons */
actions: ToastActions[];
}
Expand Down

0 comments on commit fffa9c4

Please sign in to comment.