Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Export RestfulReactProviderProps
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Jan 22, 2020
1 parent 0c26873 commit 74572ed
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
@@ -1,6 +1,6 @@
import Get, { GetDataError, GetMethod, GetProps } from "./Get";

export { default as RestfulProvider } from "./Context";
export { default as RestfulProvider, RestfulReactProviderProps } from "./Context";
export { default as Poll, PollProps } from "./Poll";
export { default as Mutate, MutateProps, MutateMethod } from "./Mutate";

Expand Down

0 comments on commit 74572ed

Please sign in to comment.