* Update to emojimart 2.6.1 WIP using local updated version. Sheet comes from emoji-data@4.0.4, file sheet_twitter_32_indexed_256.png. * Update to 2.6.1 and uncompress data if needed * Remove changes that were not needed * Fix yarn lock file * Match emojiToShowFilter behavior to new version of emoji-mart * Fix codeclimate issue * Match custom emoji behavior to new version of emoji-mart * Replace emoji without shortcode in tests * Fix code climate issues
		
			
				
	
	
		
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import Picker from 'emoji-mart/dist-es/components/picker/picker';
 | 
						|
import Emoji from 'emoji-mart/dist-es/components/emoji/emoji';
 | 
						|
 | 
						|
export {
 | 
						|
  Picker,
 | 
						|
  Emoji,
 | 
						|
};
 |