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;
|
base: string;
|
||||||
ext: string;
|
ext: string;
|
||||||
className: string;
|
className: string;
|
||||||
size: string | number;
|
size: string;
|
||||||
convert: {
|
convert: {
|
||||||
/**
|
/**
|
||||||
* Given an HEX codepoint, returns UTF16 surrogate pairs.
|
* Given an HEX codepoint, returns UTF16 surrogate pairs.
|
||||||
|
Loading…
Reference in New Issue
Block a user