Skip to content

Commit

Permalink
Add listUnderlayColor to prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
gfpacheco authored and bell-steven committed Sep 2, 2020
1 parent 32681e5 commit 6224ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GooglePlacesAutocomplete.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ interface GooglePlacesAutocompleteProps extends TextInputProps {

// use the ListEmptyComponent prop when no autocomplete results are found.
listEmptyComponent?: React.ComponentType<{}>;

listUnderlayColor?: string;
}

export class GooglePlacesAutocomplete extends React.Component<
Expand Down

0 comments on commit 6224ecb

Please sign in to comment.