Skip to content

Commit

Permalink
Export SafeFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Dec 13, 2022
1 parent 963fda5 commit 31a6ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/emoji-mart/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { PickerElement as Picker } from './components/Picker'
export { EmojiElement as Emoji } from './components/Emoji'

export { FrequentlyUsed, SearchIndex, Store } from './helpers'
export { FrequentlyUsed, SafeFlags, SearchIndex, Store } from './helpers'

export { init, Data, I18n } from './config'

Expand Down

0 comments on commit 31a6ca5

Please sign in to comment.