mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
16 lines
335 B
TypeScript
16 lines
335 B
TypeScript
|
/// <reference types="@sveltejs/kit" />
|
||
|
/// <reference types="unplugin-icons/types/svelte" />
|
||
|
|
||
|
// 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 {}
|