Integrate more section in About page

This commit is contained in:
2022-08-03 10:13:32 +02:00
parent 42742bcba3
commit 7e43846a92
5 changed files with 178 additions and 53 deletions

14
src/app.d.ts vendored
View File

@@ -19,4 +19,18 @@ declare namespace svelte.JSX {
onswipe?: (event: CustomEvent<string> & { target: EventTarget & T }) => any,
ontap?: (event: CustomEvent<boolean> & { target: EventTarget & T }) => any,
}
}
/**
* Custom Types
*/
declare type PhotoGridAbout = {
id: string
title: string
slug: string
image: {
id: string
title: string
}
}