Skip to content

Commit

Permalink
imporoved exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneinserenade committed Aug 18, 2023
1 parent 2dd0a2f commit 10d66d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export { InlineSuggestion } from './inlineSuggestion'
export { InlineSuggestion as default } from './inlineSuggestion'
export { InlineSuggestion, InlineSuggestion as default, inlineSuggestionPluginKey } from "./inlineSuggestion";

export type {
InlineSuggestionOptions,
InlineSuggestionStorage
} from "./inlineSuggestion";

0 comments on commit 10d66d4

Please sign in to comment.