Skip to content

Commit

Permalink
fix(ts): export PaginationConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Aug 16, 2021
1 parent 24a45f9 commit d201322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/pagination/connectPagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export type PaginationWidgetDescription = {
};
};

type PaginationConnector = Connector<
export type PaginationConnector = Connector<
PaginationWidgetDescription,
PaginationConnectorParams
>;
Expand Down

0 comments on commit d201322

Please sign in to comment.