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' {
7474 base : string ;
7575 } ;
7676 }
77- export function svelteInspector ( options ?: Partial < Options > | undefined ) : import ( "vite" ) . Plugin ;
77+ export function svelteInspector ( options ?: Partial < Options > ) : import ( "vite" ) . Plugin ;
7878
7979 export { } ;
8080}
Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ declare module '@sveltejs/vite-plugin-svelte' {
206206 */
207207 style ?: boolean | InlineConfig | ResolvedConfig ;
208208 }
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 > ;
212212
213213 export { } ;
214214}
You can’t perform that action at this time.
0 commit comments