Skip to content

Commit 5f65c05

Browse files
author
Piotr Trocki
committed
update lib
1 parent 8d27359 commit 5f65c05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/typescript/types.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ export interface PagerViewProps {
6060
* - 'on-drag', the keyboard is dismissed when a drag begins.
6161
*/
6262
keyboardDismissMode?: 'none' | 'on-drag';
63+
/**
64+
* A class for defining layout directions. A layout direction can be left-to-right (LTR) or right-to-left (RTL).
65+
* It can also be deduced from the default language script of a locale.
66+
* - 'rtl' right to left
67+
* - 'ltr', left to right
68+
* - 'locale', default language script of a locale
69+
*/
70+
layoutDirection?: 'rtl' | 'ltr' | 'locale';
6371
/**
6472
* Blank space to show between pages. This is only visible while scrolling, pages are still
6573
* edge-to-edge.

0 commit comments

Comments
 (0)