Yarn 3 upgrade
This commit is contained in:
13
packages/app/custom.d.ts
vendored
13
packages/app/custom.d.ts
vendored
@ -29,3 +29,16 @@ declare module "translations/*.json" {
|
||||
const value: Record<string, string>;
|
||||
export default value;
|
||||
}
|
||||
|
||||
type EmojiShape = {
|
||||
[key: string]: {
|
||||
keywords: Array<string>;
|
||||
char: string;
|
||||
fitzpatrick_scale: boolean;
|
||||
category: string;
|
||||
};
|
||||
};
|
||||
|
||||
declare module "emojilib" {
|
||||
const lib: EmojiShape;
|
||||
}
|
||||
|
Reference in New Issue
Block a user