Skip to content

Commit

Permalink
fix: add RouterLinkStub in typescript definition (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor authored and eddyerburgh committed Mar 2, 2018
1 parent fc30c5e commit ad3c4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ export declare function renderToString (component: FunctionalComponentOptions, o

export declare let TransitionStub: Component | string | true
export declare let TransitionGroupStub: Component | string | true
export declare let RouterLinkStub: VueClass<Vue>

0 comments on commit ad3c4ef

Please sign in to comment.