mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
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;
|
|
}
|