Skip to content

Commit 056daeb

Browse files
fix(core): turn public navigator type to partial (#339)
1 parent 637d23e commit 056daeb

File tree

1 file changed

+1
-1
lines changed
  • packages/autocomplete-core/src/types

1 file changed

+1
-1
lines changed

packages/autocomplete-core/src/types/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export interface AutocompleteOptions<TItem> {
258258
/**
259259
* Navigator API to redirect the user when a link should be opened.
260260
*/
261-
navigator?: Navigator<TItem>;
261+
navigator?: Partial<Navigator<TItem>>;
262262
/**
263263
* The function called to determine whether the dropdown should open.
264264
*/

0 commit comments

Comments
 (0)