Skip to content

Commit

Permalink
[Autocomplete] Re-export AutocompleteValue to make it available fro…
Browse files Browse the repository at this point in the history
…m path import (#38638)

Signed-off-by: Vadim Goy <[email protected]>
Co-authored-by: ZeeshanTamboli <[email protected]>
  • Loading branch information
vadimka123 and ZeeshanTamboli committed Sep 25, 2023
1 parent c23c40a commit 27cc8c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mui-material/src/Autocomplete/Autocomplete.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
AutocompleteChangeReason,
AutocompleteCloseReason,
AutocompleteInputChangeReason,
AutocompleteValue,
createFilterOptions,
UseAutocompleteProps,
AutocompleteFreeSoloValueMapping,
Expand All @@ -22,6 +23,7 @@ export {
AutocompleteChangeReason,
AutocompleteCloseReason,
AutocompleteInputChangeReason,
AutocompleteValue,
createFilterOptions,
};

Expand Down

0 comments on commit 27cc8c7

Please sign in to comment.