Skip to content

Commit

Permalink
sort asc
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 14, 2020
1 parent 86e38e1 commit e8d1d31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import * as React from 'react';
export interface CreateFilterOptionsConfig<T> {
ignoreAccents?: boolean;
ignoreCase?: boolean;
limit?: number;
matchFrom?: 'any' | 'start';
startAfter?: number;
stringify?: (option: T) => string;
trim?: boolean;
limit?: number;
startAfter?: number;
}

export interface FilterOptionsState<T> {
Expand Down

0 comments on commit e8d1d31

Please sign in to comment.