Created
November 13, 2018 09:31
-
-
Save satyapendem/a8a18ca2fb303a8e148732a2c856b25a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { emojiIndex,Emoji } from 'emoji-mart'; | |
window.emojiIndex = emojiIndex; | |
import { Picker } from 'emoji-mart' | |
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
window.ReactDOM = ReactDOM; | |
window.React = React; | |
window.Picker = Picker; | |
window.EmojiHandler = Emoji; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment