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
/
Emoji.d.ts
6 lines
(5 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
type
EmojiProps
=
JSX
.
IntrinsicElements
[
"img"
] & {
name
:
string
; };
declare
function
Emoji
(
{ name, ...props }:
EmojiProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
Emoji
;