1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +00:00

fix index.d.ts export instead of declare

This commit is contained in:
Harold Thetiot 2022-03-14 15:23:52 +01:00 committed by Justine De Caires
parent d4f133bf7e
commit 34e6b4a667

2
index.d.ts vendored
View File

@ -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;