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.d.ts
4 lines
(3 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
import
type
{
EmojiData
}
from
'./types'
;
declare
const
_default
:
import
(
"react"
).
Context
<
EmojiData
>;
export
default
_default;