Skip to content

Commit

Permalink
[useAutocomplete] update TypeScript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming Hei Lau committed Nov 17, 2019
1 parent 91926a3 commit c0decd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface FilterOptionsState {
}

export type CreateFilterOptions = (
config: CreateFilterOptionsConfig,
config?: CreateFilterOptionsConfig,
) => (option: any, state: FilterOptionsState) => any[];

export const createFilterOptions: CreateFilterOptions;
Expand Down

0 comments on commit c0decd1

Please sign in to comment.