feat: add photoswipe for image zoom (#135)
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { AstroIntegration } from '@swup/astro'
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
// type from '@swup/astro' is incorrect
|
||||
swup: AstroIntegration
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user