minor configration cleanups
This commit is contained in:
@@ -8,6 +8,7 @@ export interface LatestItem {
|
||||
|
||||
export interface LatestItemsViewProps {
|
||||
items: LatestItem[];
|
||||
header: string;
|
||||
accentColor: string;
|
||||
canExpand: boolean;
|
||||
onExpand: () => void;
|
||||
|
||||
Reference in New Issue
Block a user