thomas-ui / src /app.d.ts
github-actions[bot]
GitHub deploy: 0b5514f376a04bc521139dd53d3e43ab1d321621
69d49d1
raw
history blame contribute delete
241 Bytes
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
}
export {};