Skip to content

Commit

Permalink
types: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Apr 18, 2024
1 parent 0d6a63f commit ba5e1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
declare const unicodeEmojiJson: Record<
declare const dataByEmoji: Record<
string,
{
name: string;
slug: string;
group: string;
emoji_version: string;
unicode_version: string;
skin_tone_support: string;
skin_tone_support: boolean;
}
>;

export default unicodeEmojiJson;
export default dataByEmoji;

0 comments on commit ba5e1a5

Please sign in to comment.