mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
17 lines
439 B
TypeScript
17 lines
439 B
TypeScript
/// <reference types="@sveltejs/kit" />
|
|
|
|
// See https://kit.svelte.dev/docs/types#app
|
|
// for information about these interfaces
|
|
declare namespace App {
|
|
interface Stuff {
|
|
title: string?
|
|
}
|
|
}
|
|
|
|
declare var __pkg__: { version: string }
|
|
|
|
declare module 'svelte-highlight/languages/json'
|
|
declare module 'svelte-highlight/languages/python'
|
|
declare module 'svelte-highlight/languages/typescript'
|
|
declare module 'svelte-highlight/styles/github'
|