44 lines
1.2 KiB
TypeScript
44 lines
1.2 KiB
TypeScript
|
|
// this file is generated — do not edit it
|
|
|
|
|
|
declare module "svelte/elements" {
|
|
export interface HTMLAttributes<T> {
|
|
'data-sveltekit-keepfocus'?: true | '' | 'off' | undefined | null;
|
|
'data-sveltekit-noscroll'?: true | '' | 'off' | undefined | null;
|
|
'data-sveltekit-preload-code'?:
|
|
| true
|
|
| ''
|
|
| 'eager'
|
|
| 'viewport'
|
|
| 'hover'
|
|
| 'tap'
|
|
| 'off'
|
|
| undefined
|
|
| null;
|
|
'data-sveltekit-preload-data'?: true | '' | 'hover' | 'tap' | 'off' | undefined | null;
|
|
'data-sveltekit-reload'?: true | '' | 'off' | undefined | null;
|
|
'data-sveltekit-replacestate'?: true | '' | 'off' | undefined | null;
|
|
}
|
|
}
|
|
|
|
export {};
|
|
|
|
|
|
declare module "$app/types" {
|
|
export interface AppTypes {
|
|
RouteId(): "/" | "/migration" | "/migration/mappings" | "/settings";
|
|
RouteParams(): {
|
|
|
|
};
|
|
LayoutParams(): {
|
|
"/": Record<string, never>;
|
|
"/migration": Record<string, never>;
|
|
"/migration/mappings": Record<string, never>;
|
|
"/settings": Record<string, never>
|
|
};
|
|
Pathname(): "/" | "/migration" | "/migration/" | "/migration/mappings" | "/migration/mappings/" | "/settings" | "/settings/";
|
|
ResolvedPathname(): `${"" | `/${string}`}${ReturnType<AppTypes['Pathname']>}`;
|
|
Asset(): string & {};
|
|
}
|
|
} |