Skip to content

Commit

Permalink
fix: importing parseValue helper
Browse files Browse the repository at this point in the history
For some reason forget to export 'parseValue' function in the index.ts.

Resolves #34
  • Loading branch information
dabakovich committed Feb 25, 2021
1 parent 03d252e commit 805e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './components';
export { Suggestion, MentionSuggestionsProps } from './types';
export { mentionRegEx, replaceMentionValues, getMentionValue } from './utils';
export { mentionRegEx, parseValue, replaceMentionValues, getMentionValue } from './utils';

0 comments on commit 805e336

Please sign in to comment.