Skip to content

Commit

Permalink
fix: ts definitions for makeUseAxios
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Dec 6, 2019
1 parent 5c0f4e1 commit bbdb3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ export function resetConfigure(): void
// private
export const __ssrPromises: Promise<any>[]

export function makeUseAxios<T>(options: ConfigureOptions): UseAxios<T>
export function makeUseAxios(options: ConfigureOptions): UseAxios

0 comments on commit bbdb3e0

Please sign in to comment.