Skip to content

Commit 6202e91

Browse files
ChqThomasweaverryan
authored andcommitted
[Svelte] Update build files
1 parent 643a9f5 commit 6202e91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Svelte/assets/dist/loader.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import type { SvelteComponent } from 'svelte';
22
import { ComponentCollection } from './components.js';
33
declare global {
4-
function resolveSvelteComponent(name: string): typeof SvelteComponent;
4+
function resolveSvelteComponent(name: string): typeof SvelteComponent<any>;
55
interface Window {
6-
resolveSvelteComponent(name: string): typeof SvelteComponent;
6+
resolveSvelteComponent(name: string): typeof SvelteComponent<any>;
77
}
88
}
99
export declare function registerSvelteControllerComponents(svelteComponents?: ComponentCollection): void;
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/// <reference types="webpack-env" />
22
import type { SvelteComponent } from 'svelte';
33
declare global {
4-
function resolveSvelteComponent(name: string): typeof SvelteComponent;
4+
function resolveSvelteComponent(name: string): typeof SvelteComponent<any>;
55
interface Window {
6-
resolveSvelteComponent(name: string): typeof SvelteComponent;
6+
resolveSvelteComponent(name: string): typeof SvelteComponent<any>;
77
}
88
}
99
export declare function registerSvelteControllerComponents(context: __WebpackModuleApi.RequireContext): void;

0 commit comments

Comments
 (0)