Skip to content

Commit

Permalink
fix(core): convert AutocompleteContext to interface
Browse files Browse the repository at this point in the history
This allows users to override it.
  • Loading branch information
francoischalifour committed Dec 9, 2020
1 parent bf747b0 commit 0fbfe59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/autocomplete-core/src/types/AutocompleteContext.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type AutocompleteContext = {
export interface AutocompleteContext {
[key: string]: unknown;
};
}

0 comments on commit 0fbfe59

Please sign in to comment.