File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
vite-plugin-svelte-inspector/types Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ declare module '@sveltejs/vite-plugin-svelte-inspector' {
74
74
base : string ;
75
75
} ;
76
76
}
77
- export function svelteInspector ( options ?: Partial < Options > | undefined ) : import ( "vite" ) . Plugin ;
77
+ export function svelteInspector ( options ?: Partial < Options > ) : import ( "vite" ) . Plugin ;
78
78
79
79
export { } ;
80
80
}
Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ declare module '@sveltejs/vite-plugin-svelte' {
206
206
*/
207
207
style ?: boolean | InlineConfig | ResolvedConfig ;
208
208
}
209
- export function svelte ( inlineOptions ?: Partial < Options > | undefined ) : import ( "vite" ) . Plugin [ ] ;
210
- export function vitePreprocess ( opts ?: VitePreprocessOptions | undefined ) : import ( "svelte/compiler" ) . PreprocessorGroup ;
211
- export function loadSvelteConfig ( viteConfig ?: import ( "vite" ) . UserConfig | undefined , inlineOptions ?: Partial < Options > | undefined ) : Promise < Partial < SvelteConfig > | undefined > ;
209
+ export function svelte ( inlineOptions ?: Partial < Options > ) : import ( "vite" ) . Plugin [ ] ;
210
+ export function vitePreprocess ( opts ?: VitePreprocessOptions ) : import ( "svelte/compiler" ) . PreprocessorGroup ;
211
+ export function loadSvelteConfig ( viteConfig ?: import ( "vite" ) . UserConfig , inlineOptions ?: Partial < Options > ) : Promise < Partial < SvelteConfig > | undefined > ;
212
212
213
213
export { } ;
214
214
}
You can’t perform that action at this time.
0 commit comments