Skip to content

Commit

Permalink
Update wrap.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
notiv-nt authored Nov 17, 2021
1 parent 457dc5b commit bf59434
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 bf59434

Please sign in to comment.