minor configration cleanups

This commit is contained in:
2026-05-18 08:14:14 +05:30
parent fe94249b02
commit ccfb597342
6 changed files with 58 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ export interface LatestItem {
export interface LatestItemsViewProps {
items: LatestItem[];
header: string;
accentColor: string;
canExpand: boolean;
onExpand: () => void;