LazyMonthList

fun LazyMonthList(modifier: Modifier = Modifier, reportRangeList: Map<String, List<ReportRangeSelectionData>>, selectedMonth: (ReportRangeSelectionData) -> Unit)

LazyColumn displaying a List with clickable items, utilizing a StickyHeader for displaying the years.