Streamlined system messages
This commit is contained in:
parent
1973224adb
commit
2b08cbfdfe
57 changed files with 864 additions and 937 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -7,6 +7,7 @@ import { DeepPartial, Store } from 'redux';
|
|||
import * as Backbone from 'backbone';
|
||||
import * as Underscore from 'underscore';
|
||||
import moment from 'moment';
|
||||
import sharp from 'sharp';
|
||||
import PQueue from 'p-queue/dist';
|
||||
import { Attributes, ComponentClass, FunctionComponent, Ref } from 'react';
|
||||
import { imageToBlurHash } from './util/imageToBlurHash';
|
||||
|
@ -161,6 +162,7 @@ declare global {
|
|||
_: typeof Underscore;
|
||||
$: typeof jQuery;
|
||||
|
||||
sharp: typeof sharp;
|
||||
moment: typeof moment;
|
||||
imageToBlurHash: typeof imageToBlurHash;
|
||||
loadImage: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue