Skip to content

Commit

Permalink
Merge pull request #246 from notiv-nt/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle authored Nov 19, 2021
2 parents 457dc5b + bf59434 commit 916347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrap.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {SvelteComponent} from 'svelte'
import {AsyncSvelteComponent, RoutePrecondition, WrappedComponent} from './Router'

/** Options object for the call to `wrap` */
interface WrapOptions {
export interface WrapOptions {
/** Svelte component to load (this is incompatible with `asyncComponent`) */
component?: typeof SvelteComponent

Expand Down

0 comments on commit 916347d

Please sign in to comment.