backwards.dev/typings/svelte.config.d.ts
2025-01-11 08:26:48 -05:00

8 lines
121 B
TypeScript

/** @type {import('@sveltejs/kit').Config} */
declare interface configType {
static kit: any;
static adapter: any;
}