Skip to content

Commit 19847b2

Browse files
committed
chore: add return type to enableViewTransition
1 parent cecb1ed commit 19847b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export interface Router {
217217
*
218218
* @param options The options to use.
219219
*/
220-
enableViewTransition(options: RouterViewTransition)
220+
enableViewTransition(options: RouterViewTransition): void
221221

222222
/**
223223
* Add a new {@link RouteRecordRaw | route record} as the child of an existing route.

0 commit comments

Comments
 (0)