Skip to content

Commit 9cd8f5c

Browse files
author
radeva
authored
Merge pull request #106 from EddyVerbruggen/add_newestFirst_to_typings
Added 'newestFirst' to typings
2 parents 571c0d6 + 5aee7c0 commit 9cd8f5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ interface Options {
9393
* Set the text for the albums button in iOS
9494
*/
9595
albumsText?: string;
96+
97+
/**
98+
* Indicates images should be sorted newest-first (iOS only, default false).
99+
*/
100+
newestFirst?: boolean;
96101
}
97102

98103
export function create(options?: Options): ImagePicker;

0 commit comments

Comments
 (0)