konowebcodecs/apps/sveltekit-app/src/app.d.ts
Wesley ae1cdac7db
Add SvelteKit Example (#684)
* Add SvelteKit Example

* package-lock.json
2024-03-07 22:08:44 +08:00

14 lines
269 B
TypeScript

// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};