chore(web): remove unused event type definitions (#11600)
This commit is contained in:
Vendored
-10
@@ -18,16 +18,6 @@ declare namespace App {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Source: https://stackoverflow.com/questions/63814432/typescript-typing-of-non-standard-window-event-in-svelte
|
|
||||||
// To fix the <svelte:window... in components/asset-viewer/photo-viewer.svelte
|
|
||||||
declare namespace svelteHTML {
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
||||||
interface HTMLAttributes<T> {
|
|
||||||
'on:copyImage'?: () => void;
|
|
||||||
'on:zoomImage'?: () => void;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module '$env/static/public' {
|
declare module '$env/static/public' {
|
||||||
export const PUBLIC_IMMICH_PAY_HOST: string;
|
export const PUBLIC_IMMICH_PAY_HOST: string;
|
||||||
export const PUBLIC_IMMICH_BUY_HOST: string;
|
export const PUBLIC_IMMICH_BUY_HOST: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user