Skip to content

Commit

Permalink
docs: Update @data-client/react/redux website types
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jun 15, 2024
1 parent 39d890e commit 780bf3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ declare const mapMiddleware: <M extends Middleware<{}, any, Dispatch<UnknownActi
declare const PromiseifyMiddleware: <R extends React$1.Reducer<any, any>>(_: unknown) => (next: Dispatch$1<R>) => (action: React$1.ReducerAction<R>) => Promise<void>;
//# sourceMappingURL=PromiseifyMiddleware.d.ts.map

export { ExternalDataProvider$1 as DataProvider, ExternalDataProvider, PromiseifyMiddleware, mapMiddleware, prepareStore };
export { ExternalDataProvider$1 as DataProvider, ExternalDataProvider, Middleware, PromiseifyMiddleware, Reducer, mapMiddleware, prepareStore };

0 comments on commit 780bf3f

Please sign in to comment.