Skip to content

Instantly share code, notes, and snippets.

@satyapendem
Created December 12, 2018 10:41
Show Gist options
  • Save satyapendem/14e3be3c55cc5fd30513685bc567b1fb to your computer and use it in GitHub Desktop.
Save satyapendem/14e3be3c55cc5fd30513685bc567b1fb to your computer and use it in GitHub Desktop.
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