mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: add photoswipe for image zoom (#135)
This commit is contained in:
8
src/global.d.ts
vendored
Normal file
8
src/global.d.ts
vendored
Normal file
@@ -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