mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
WIP
This commit is contained in:
5
ui/v2.5/src/models/react-images.d.ts
vendored
Normal file
5
ui/v2.5/src/models/react-images.d.ts
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user