Integrate more section in About page
This commit is contained in:
14
src/app.d.ts
vendored
14
src/app.d.ts
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user