UNPKG
react-apple-emojis
Version:
latest (3.0.0)
3.0.0
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Apple emojis for React as images
github.com/dherault/react-apple-emojis
dherault/react-apple-emojis
react-apple-emojis
/
dist
/
DataContext.js
6 lines
(5 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ createContext }
from
'react'
;
export
default
createContext
({
emojis
: {},
baseUrl
:
''
});