fix index.d.ts export instead of declare

pull/499/merge
Harold Thetiot 2022-03-14 15:23:52 +01:00 committed by Justine De Caires
parent d4f133bf7e
commit 34e6b4a667
1 changed files with 1 additions and 1 deletions

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;