Skip to content

Commit

Permalink
fix(types): declare vuetify/lib/services/goto module (#13838)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed Jun 23, 2021
1 parent 3171d6f commit 4537798
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vuetify/types/lib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,9 @@ declare module 'vuetify/lib/directives' {
Touch,
}
}

declare module 'vuetify/lib/services/goto' {
import { GoToOptions, VuetifyGoToTarget } from 'vuetify/types/services/goto'

export default function goTo(target: VuetifyGoToTarget, options?: Partial<GoToOptions>): Promise<number>
}

0 comments on commit 4537798

Please sign in to comment.