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:
parent
50a6a0de47
commit
e9371f5cad
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user