Skip to content

Commit

Permalink
Expose the NativeSupport helper library so that clients can use its m…
Browse files Browse the repository at this point in the history
…ethods to infer what version of emojis are supported
  • Loading branch information
oliw-figma committed Nov 16, 2023
1 parent b227a1f commit 4479cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/emoji-mart/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { PickerElement as Picker } from './components/Picker'
export { EmojiElement as Emoji } from './components/Emoji'

export { SearchIndex, Store } from './helpers'
export { SearchIndex, Store, NativeSupport } from './helpers'
export { init, Data, I18n } from './config'

0 comments on commit 4479cc6

Please sign in to comment.