Get some typescript stuff working

This commit is contained in:
Jon Staab
2024-08-05 15:25:04 -07:00
parent eaa8c20d0b
commit 856a5cecc4
5 changed files with 54 additions and 23 deletions
+5 -1
View File
@@ -1,3 +1,5 @@
import '@poppanator/sveltekit-svg/dist/svg'
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
@@ -5,7 +7,9 @@ declare global {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
interface PageState {
modal?: string,
}
// interface Platform {}
}
}