This commit is contained in:
Infinite
2020-01-03 22:29:21 +01:00
parent 716c33fc8e
commit 4d44deff64
128 changed files with 28709 additions and 0 deletions

5
ui/v2.5/src/models/react-images.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module "react-images" {
// typing module default export as `any` will allow you to access its members without compiler warning
var Lightbox: any;
export default Lightbox;
}