Skip to content

Commit

Permalink
chore: add @internal annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Oct 14, 2021
1 parent cccb8d7 commit 9f8a251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/autocomplete-core/src/types/AutocompletePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ export type AutocompletePlugin<
* @link https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/plugins/#param-name
*/
name?: string;
/**
* @internal
*/
__autocomplete_pluginOptions?: Record<string, any>;
};

0 comments on commit 9f8a251

Please sign in to comment.