mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 22:56:55 +08:00
13 lines
251 B
TypeScript
13 lines
251 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 Platform {}
|
|
}
|
|
}
|
|
|
|
export {};
|