@apolitical/component-library 6.6.2 → 6.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ export type ICache = InfiniteData<ICachePage, string>;
|
|
|
5
5
|
export type ICachePage = ExtendedReactionFilterAPIResponse;
|
|
6
6
|
export type ICacheItems = ICacheItem[];
|
|
7
7
|
type ICacheItem = IReaction;
|
|
8
|
-
interface ExtendedReactionFilterAPIResponse extends ReactionFilterAPIResponse {
|
|
8
|
+
export interface ExtendedReactionFilterAPIResponse extends ReactionFilterAPIResponse {
|
|
9
9
|
results: IReaction[];
|
|
10
10
|
}
|
|
11
11
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type { IQueryFns as ILikesFeedQueryFns } from './cache';
|
|
1
|
+
export type { IQueryFns as ILikesFeedQueryFns, ExtendedReactionFilterAPIResponse as ILikesExtendedReactionFilterAPIResponse, } from './cache';
|
|
2
2
|
export { default as LikesFeed } from './likes-feed';
|
|
3
3
|
export type { ILikesFeedProps } from './likes-feed';
|