Upgrade Prettier to 2.4.1
This commit is contained in:
parent
f204784afe
commit
5619eeca83
176 changed files with 1961 additions and 2465 deletions
8
ts/window.d.ts
vendored
8
ts/window.d.ts
vendored
|
@ -307,16 +307,12 @@ declare global {
|
|||
readStickerData: (path: string) => Promise<Uint8Array>;
|
||||
deleteSticker: (path: string) => Promise<void>;
|
||||
getAbsoluteStickerPath: (path: string) => string;
|
||||
processNewEphemeralSticker: (
|
||||
stickerData: Uint8Array
|
||||
) => {
|
||||
processNewEphemeralSticker: (stickerData: Uint8Array) => {
|
||||
path: string;
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
processNewSticker: (
|
||||
stickerData: Uint8Array
|
||||
) => {
|
||||
processNewSticker: (stickerData: Uint8Array) => {
|
||||
path: string;
|
||||
width: number;
|
||||
height: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue