Streamlined system messages
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user