1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-29 01:18:52 +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;
}
export const twemoji: {
declare const twemoji: {
convert: {
fromCodePoint(hexCodePoint: string): string;
toCodePoint(utf16surrogatePairs: string): string;