mirror of
https://github.com/twitter/twemoji.git
synced 2025-04-29 02:47:25 +09:00
fix index.d.ts export instead of declare
This commit is contained in:
parent
d4f133bf7e
commit
34e6b4a667
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -29,7 +29,7 @@ declare interface TwemojiOptions {
|
|||||||
attributes?(): void;
|
attributes?(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const twemoji: {
|
declare const twemoji: {
|
||||||
convert: {
|
convert: {
|
||||||
fromCodePoint(hexCodePoint: string): string;
|
fromCodePoint(hexCodePoint: string): string;
|
||||||
toCodePoint(utf16surrogatePairs: string): string;
|
toCodePoint(utf16surrogatePairs: string): string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user