Skip to content

Commit

Permalink
Readme update;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Jun 5, 2019
1 parent ed74c07 commit bb3880e
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 167 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@ type ScrollState = {
* @description Indicates whether display direction is right-to-left
*/
isRTL?: boolean;

/**
* @description Pages zoom level - it affects scrollbars
*/
zoomLevel: number;
};
```

Expand Down
Loading

0 comments on commit bb3880e

Please sign in to comment.