@pronto-tools-and-more/components 10.2.0 → 10.3.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ArticleListItemRenderer } from "../ArticleListItemRenderer/ArticleListItemRenderer.ts";
|
2
2
|
export declare const ArticleList: ({ properties, render, authorId, categoryId, bundleId, }: {
|
3
|
-
properties
|
3
|
+
properties?: any;
|
4
4
|
authorId?: string;
|
5
5
|
categoryId?: string;
|
6
6
|
bundleId?: string;
|