Skip to content

Commit

Permalink
emoji-mart: expose NativeSupport tools (#23)
Browse files Browse the repository at this point in the history
Expose the NativeSupport helper library so that clients can use its methods to infer what version of emojis are supported
  • Loading branch information
oliw-figma authored Nov 16, 2023
1 parent b227a1f commit 1f42f9f
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 1f42f9f

Please sign in to comment.