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