@pronto-tools-and-more/components 10.16.0 → 10.18.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
|
|
1
1
|
import type React from "react";
|
2
2
|
import type { IArticleListItem } from "../IArticleListItem/IArticleListItem.ts";
|
3
3
|
export interface ArticleListItemRenderer {
|
4
|
-
({ name, description, imageSrc, properties, publicationDate }: IArticleListItem): React.ReactNode;
|
4
|
+
({ name, description, imageSrc, properties, readTime, publicationDate }: IArticleListItem): React.ReactNode;
|
5
5
|
}
|