Created
December 12, 2018 10:41
-
-
Save satyapendem/14e3be3c55cc5fd30513685bc567b1fb to your computer and use it in GitHub Desktop.
This file contains hidden or 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