Skip to content

Commit

Permalink
exporting missing UseGetProps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpotomin authored and fabien0102 committed Apr 23, 2019
1 parent 5741db3 commit 217f0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { default as RestfulProvider } from "./Context";
export { default as Poll, PollProps } from "./Poll";
export { default as Mutate, MutateProps, MutateMethod } from "./Mutate";

export { useGet } from "./useGet";
export { useGet, UseGetProps } from "./useGet";

export { Get, GetDataError, GetProps, GetMethod };

Expand Down

0 comments on commit 217f0e3

Please sign in to comment.