Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit d09c6ee

Browse files
committed
1 parent 0c9c363 commit d09c6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/@sapper/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare module "@sapper/app" {
99
location: string
1010
}
1111

12-
function goto(href: string, opts: { replaceState: boolean }): Promise<unknown>
12+
function goto(href: string, opts: { replaceState: boolean, noscroll: boolean }): Promise<unknown>
1313
function prefetch(href: string): Promise<{ redirect?: Redirect; data?: unknown }>
1414
function prefetchRoutes(pathnames: string[]): Promise<unknown>
1515
function start(opts: { target: Node }): Promise<unknown>

0 commit comments

Comments
 (0)