File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import type { SvelteComponent } from 'svelte' ;
22import { ComponentCollection } from './components.js' ;
33declare 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}
99export declare function registerSvelteControllerComponents ( svelteComponents ?: ComponentCollection ) : void ;
Original file line number Diff line number Diff line change 11/// <reference types="webpack-env" />
22import type { SvelteComponent } from 'svelte' ;
33declare 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}
99export declare function registerSvelteControllerComponents ( context : __WebpackModuleApi . RequireContext ) : void ;
You can’t perform that action at this time.
0 commit comments