1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

fix size property type

This commit is contained in:
Alexey Molchan 2022-04-30 00:48:08 +03:00
parent 50a6a0de47
commit e9371f5cad

2
index.d.ts vendored
View File

@ -50,7 +50,7 @@ declare type Twemoji = {
base: string;
ext: string;
className: string;
size: string | number;
size: string;
convert: {
/**
* Given an HEX codepoint, returns UTF16 surrogate pairs.