Skip to content

Commit

Permalink
Added a docstring for the new setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Davydov authored and Denis Davydov committed Dec 24, 2020
1 parent 1b4012c commit 9cbe3b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ interface CommonOptions {
*/
draggablePercent?: number;

/**
* Specify in which direction should you swipe to dismiss the toast
* `Default: "x"`
*/

draggableDirection?: DraggableDirection;

/**
Expand Down

0 comments on commit 9cbe3b2

Please sign in to comment.